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 wheneverflatty
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of flatty-base and flatty-portable
- alloc std
-
Enables alloc of flatty-base
flatty has 3 features without comments.