#command-line-tool #features #check #cargo

app fcheck

Cool tool for checking enabled and disabled features of a specified crate within a cargo project

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

Download history 167/week @ 2025-03-19 89/week @ 2025-03-26

256 downloads per month

MIT license

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