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