| Crates.io | cargo-frequent |
| lib.rs | cargo-frequent |
| version | 0.0.1 |
| created_at | 2025-12-05 16:40:54.511274+00 |
| updated_at | 2025-12-05 16:40:54.511274+00 |
| description | Find the cause of frequent Cargo rebuilds |
| homepage | |
| repository | https://github.com/wvhulle/cargo-frequent |
| max_upload_size | |
| id | 1968661 |
| size | 73,484 |
This tool tells the cause of frequent recompilations by Cargo in Rust projects. It uses by default the verbose output of the Cargo check command. Causes of frequent recompiles that this tool may find:
Just run this command:
cargo frequent
which will print something like:
Running: cargo check
1 root cause:
cargo-frequent [cargo-frequent] file:src/main.rs
The root cause of the rebuild is shown in the terminal.
You can also use the --json flag for structured output.
Installation:
cargo install cargo-frequent
If something does not work for you, please create a bug report in the source repository.