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