Adding b3_stable_structures library as a dependency

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

cargo add b3-stable-structures

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

b3-stable-structures = "0.5.9"

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

Back to the crate overview.