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