Cargo Features
[dependencies]
human-string-filler = { version = "1.0.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverhuman-string-filler
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
human-string-filler::StrExt.fill_to_string
,human-string-filler::fill_to_string
…