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