Cargo Features
[dependencies]
uncon = { version = "1.1.0", default-features = false, features = ["std", "alloc", "nightly"] }
- default = std
-
The
std
feature is set by default wheneveruncon
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc nightly?
- nightly = alloc
uncon has 4 features without comments.