Cargo Features
[dependencies]
regex-literal = { version = "1.3.1", default-features = false, features = ["w", "c"] }
w
feature provides "wiring" functions of regex-literal,c
feature provide correlation methods on Regex slices
- default = c, w
-
These default features are set whenever
regex-literal
is added without
somewhere in the dependency tree.default-features = false - w default
- c default
-
Enables rayon
regex-literal has 3 features without comments.