Cargo Features
[dependencies]
lodust = { version = "0.1.2", default-features = false, features = ["string"] }
- default = string
-
The
string
feature is set by default wheneverlodust
is added without
somewhere in the dependency tree.default-features = false - string default
Lodust has 2 features without comments.