Cargo Features

[dependencies]
toad-array = { version = "1.0.0-beta.3", default-features = false, features = ["std", "alloc", "test"] }
default = std

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

std default = alloc

Enables std of toad-len

alloc std

Enables alloc of toad-len

docs test

toad-array has 4 features without comments.