Cargo Features
ExprZ has no features set by default.
[dependencies]
exprz = { version = "0.0.15", features = ["alloc", "buffered", "multi", "no-panic", "parse", "pattern", "shape", "stable", "experimental", "all"] }
- default
-
No default features enabled
- alloc buffered? stable?
-
Adds allocation
- buffered experimental? = alloc
-
[EXPERIMENTAL] Adds buffered expression
- multi experimental?
-
[EXPERIMENTAL] Adds multi-expressions
- no-panic experimental?
-
[EXPERIMENTAL] Removes all panics
- parse experimental?
-
[EXPERIMENTAL] Adds parsing support
- pattern experimental?
-
[EXPERIMENTAL] Adds pattern trait
- shape experimental?
-
[EXPERIMENTAL] Adds shape trait
- stable all? = alloc
-
Enables all stable features
- experimental all? = buffered, multi, no-panic, parse, pattern, rayon, serde, shape
-
Enables all experimental features
- all = experimental, stable
-
Enables all features
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.