Cargo Features
[dependencies]
entwine = { version = "0.1.0", default-features = false, features = ["std", "nightly", "extended_random_tests"] }
- default = std
-
The
std
feature is set by default wheneverentwine
is added without
somewhere in the dependency tree.default-features = false - std default
- nightly
- extended_random_tests
Entwine has 4 features without comments.