Adding mbarc_map library as a dependency

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:

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.