Cargo Features

[dependencies]
rustility = { version = "0.1.0", default-features = false, features = ["full", "macros", "traits"] }
default = full

The full feature is set by default whenever rustility is added without default-features = false somewhere in the dependency tree.

full default = macros, traits
macros full
traits full

Rustility has 4 features without comments.