fcheck 0.1.2

tool for checking enabled and disabled features of a specified crate within a cargo project
1
2
3
4
5
6
7
8
9
10
11
12
# fcheck
tool for checking enabled and disabled features of a specified crate within a cargo project

## Installation
`
cargo install fcheck
`
## Uses
within a cargo project type
`
fcheck <Name of a crate added to the project>
`