Adding beach_map library as a dependency

Run this command in a terminal, in your project's directory:

cargo add beach_map

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

beach_map = "0.3.1"

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

Back to the crate overview.