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