Adding nano_arena library as a dependency
Run this command in a terminal, in your project's directory:
cargo add nano_arena
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
nano_arena = "0.5.2"
The nano_arena library will be automatically available globally.
Read the nano_arena library documentation.