Adding tinyvec_string library as a dependency

Run this command in a terminal, in your project's directory:

cargo add tinyvec_string

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

tinyvec_string = "0.3.2"

The tinyvec_string library will be automatically available globally. Read the tinyvec_string library documentation.

Back to the crate overview.