Cargo Features

[dependencies]
generic-str = { version = "0.3.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of cl-generic-vec ^0.3.3

alloc std

Enables alloc of cl-generic-vec ^0.3.3

Affects owned_utf32::String32, owned_utf8::String