Skip to content

hereparvezali/fcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcheck

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

Installation

cargo install fcheck or cargo install fcheck --locked

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

About

A CLI tool for checking enabled and disabled features of a specified crate within a cargo(Rust) project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages