Adding ic_mple_structures library as a dependency

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

cargo add ic_mple_structures

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

ic_mple_structures = "0.16.1"

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

Back to the crate overview.