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

app fcheck

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

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

Download history 167/week @ 2025-03-19 89/week @ 2025-03-26 267/week @ 2025-04-02 260/week @ 2025-04-09

783 downloads per month

MIT license

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:

LinkedIn - urparvezali
Email - Click

Dependencies

~1.8–2.8MB
~53K SLoC