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