Help me understand slow compilation
⚓ Rust 📅 2025-11-05 👤 surdeus 👁️ 7Hello, I've been working with rust for about a year, and did few projects that are used daily, mostly tokio based or cli without many dependancies.
I am now working on project that uses axum, reqwest, tokio, sqlx, utoipa (and few utility libs). I understand that rust compilation times are not as fast as C (and similar) but I think I'm missing something - when I change single line in project with total of ~1000 lines it takes almost 2 minutes for change to be cargo-check + compiled.
What steps should I take to speed things up?
screen recording: https://youtu.be/WRIMMSBLE3c
2 posts - 1 participant
🏷️ Rust_feed