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