fcheck

Crates.iofcheck
lib.rsfcheck
version0.2.1
created_at2025-03-24 16:23:13.90426+00
updated_at2025-09-23 17:24:02.047948+00
descriptionCool tool for checking enabled and disabled features of a specified crate within a cargo project
homepage
repositoryhttps://github.com/urparvezali/fcheck
max_upload_size
id1603949
size19,609
Parvez Ali (urparvezali)

documentation

README

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:

serde:
├── Enabled:
│   ├── default
│   ├── derive
│   ├── serde_derive
│   ├── std
└── Disabled:
    ├── alloc
    ├── rc
    ├── unstable

contact:

LinkedIn - urparvezali
Email - Click

Commit count: 17

cargo fmt