| Crates.io | fcheck |
| lib.rs | fcheck |
| version | 0.2.1 |
| created_at | 2025-03-24 16:23:13.90426+00 |
| updated_at | 2025-09-23 17:24:02.047948+00 |
| description | Cool tool for checking enabled and disabled features of a specified crate within a cargo project |
| homepage | |
| repository | https://github.com/urparvezali/fcheck |
| max_upload_size | |
| id | 1603949 |
| size | 19,609 |
Cool tool for checking enabled and disabled features of a specified crate within a cargo(Rust) project
cargo install fcheck
within a cargo project type
fcheck <Name of a crate added to the project>
command:
fcheck serde
Output:
serde:
├── Enabled:
│ ├── default
│ ├── derive
│ ├── serde_derive
│ ├── std
└── Disabled:
├── alloc
├── rc
├── unstable