Adding mendes library as a dependency

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:

mendes = "0.9.4"

The mendes library will be automatically available globally. Read the mendes library documentation.

Back to the crate overview.