Cargo Features

[dependencies]
compact_arena = { version = "0.4.1", default-features = false, features = ["uninit", "alloc"] }
uninit

This feature is deprecated and will be removed in a future version. As of 0.4.0, all Tiny- and NanoArenas use MaybeUninit to manage their data.

default = alloc

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

alloc default

Affects compact_arena::SmallArena