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 whenever human-string-filler is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std

Affects human-string-filler::StrExt.fill_to_string, human-string-filler::fill_to_string