Cargo Features

[dependencies]
unescape_zero_copy = { version = "2.2.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

Affects unescape_zero_copy::unescape, unescape_zero_copy::unescape_default

alloc

Affects unescape_zero_copy::unescape, unescape_zero_copy::unescape_default