Adding rarena_allocator library as a dependency

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

cargo add rarena-allocator

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

rarena-allocator = "0.6.0"

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

Back to the crate overview.