Cargo Features
[dependencies]
librarium = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverlibrarium
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables deku
- alloc std
Librarium has 3 features without comments.