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

app fcheck

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

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

Download history 167/week @ 2025-03-19 89/week @ 2025-03-26 267/week @ 2025-04-02 260/week @ 2025-04-09 10/week @ 2025-04-16 82/week @ 2025-05-07

101 downloads per month

MIT license

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:

LinkedIn - urparvezali
Email - Click

Dependencies

~1–1.8MB
~37K SLoC