Adding arroy library as a dependency

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

cargo add arroy

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

arroy = "0.6.4-nested-rtxns"

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

Back to the crate overview.