Adding data_structure library as a dependency

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

cargo add data_structure

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

data_structure = "0.1.20"

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

Back to the crate overview.