10 releases
Uses new Rust 2024
new 0.1.9 | May 15, 2025 |
---|---|
0.1.8 | Apr 9, 2025 |
0.1.4 | Mar 28, 2025 |
#861 in Command line utilities
101 downloads per month
6KB
59 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–1.8MB
~37K SLoC