Adding aion_lib_arraymap library as a dependency

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

cargo add aion-lib-arraymap

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

aion-lib-arraymap = "0.1.0"

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

Back to the crate overview.