mendes
Run this command in a terminal, in your project's directory:
cargo add mendes
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
mendes = "0.9.4"
The mendes library will be automatically available globally. Read the mendes library documentation.
Back to the crate overview.