Cargo Features

[dependencies]
escape-bytes = { version = "0.1.1", default-features = false, features = ["alloc", "docs"] }
default = alloc

The alloc feature is set by default whenever escape-bytes is added without default-features = false somewhere in the dependency tree.

alloc default

Affects escape::escape, unescape::unescape

docs