Cargo Features
[dependencies]
elegance = { version = "0.3.2", default-features = false, features = ["unicode-width"] }
- default = unicode-width
-
The
unicode-width
feature is set by default wheneverelegance
is added without
somewhere in the dependency tree.default-features = false - unicode-width default
-
Enables unicode-width
Elegance has 2 features without comments.