Cargo Features

[dependencies]
anystr = { version = "0.1.1", default-features = false, features = ["std", "alloc", "unstable"] }
default = std

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

std default = alloc

Enables std of ascii and widestring

alloc std

Enables alloc of ascii and widestring

Affects anystr::AnyString

unstable