Cargo Features

[dependencies]
flatty = { version = "0.1.0-rc.4", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of flatty-base and flatty-portable

alloc std

Enables alloc of flatty-base

flatty has 3 features without comments.