Cargo Features

[dependencies]
lodust = { version = "0.1.2", default-features = false, features = ["string"] }
default = string

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

string default

Lodust has 2 features without comments.