Cargo Features
[dependencies]
u7 = { version = "0.1.0", default-features = false, features = ["speedy"] }
- default = speedy
-
The
speedy
feature is set by default wheneveru7
is added without
somewhere in the dependency tree.default-features = false - speedy default
-
Enables speedy
u7 has 2 features without comments.