Cargo Features

[dependencies]
components-arena = { version = "4.1.4", default-features = false, features = ["nightly"] }
default = nightly

The nightly feature is set by default whenever components-arena is added without default-features = false somewhere in the dependency tree.

nightly default = composable-allocators, const-default

disable to make the library compatible with stable and beta Rust channels.

Enables nightly of components-arena-traits

Affects components-arena::Arena

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

composable-allocators nightly
const-default nightly