Cargo Features
[dependencies]
pex = { version = "0.2.4", default-features = false, features = ["alloc", "regex"] }
- default = alloc
-
The
alloc
feature is set by default wheneverpex
is added without
somewhere in the dependency tree.default-features = false - alloc default
Features from optional dependencies
- regex implicit feature