9 releases
Uses new Rust 2024
0.1.8 | Apr 9, 2025 |
---|---|
0.1.7 | Apr 9, 2025 |
0.1.4 | Mar 28, 2025 |
#368 in Command line utilities
783 downloads per month
5KB
50 lines
fcheck
Cool tool for checking enabled and disabled features of a specified crate within a cargo(Rust) project
Installation
cargo install fcheck
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"]
contact:
Dependencies
~1.8–2.8MB
~53K SLoC