Cargo Features
[dependencies]
rustility = { version = "0.1.1", default-features = false, features = ["full", "macros", "traits"] }
- default = full
-
The
full
feature is set by default wheneverrustility
is added without
somewhere in the dependency tree.default-features = false - full default = macros, traits
- macros full
- traits full
Rustility has 4 features without comments.