Adding picky library as a dependency
Run this command in a terminal, in your project's directory:
cargo add picky
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
picky = "7.0.0-rc.20"
The picky library will be automatically available globally.
Read the picky library documentation.