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