Cargo Features

[dependencies]
rarena = { version = "0.1.0", default-features = false, features = ["std", "alloc", "memmap"] }
default = std

The std feature is set by default whenever rarena is added without default-features = false somewhere in the dependency tree.

std default memmap?

Enables std of rarena-allocator

alloc

Enables alloc of rarena-allocator

memmap = std

Enables memmap of rarena-allocator

Rarena has 4 features without comments.