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