7 releases
Uses new Rust 2024
new 0.1.6 | Apr 3, 2025 |
---|---|
0.1.5 | Apr 3, 2025 |
0.1.4 | Mar 28, 2025 |
#568 in Command line utilities
256 downloads per month
5KB
50 lines
fcheck
tool for checking enabled and disabled features of a specified crate within a cargo project
Installation
cargo install fcheck --locked
Uses
within a cargo project type
fcheck <Name of a crate added to the project>
example
command:
fcheck serde
Output:
Enabled: ["alloc", "default", "derive", "rc", "serde_derive", "std"]
Disabled: ["unstable"]
Dependencies
~1.8–2.9MB
~53K SLoC