Cargo Features
[dependencies]
titlecase = { version = "3.3.0", default-features = false, features = ["perf", "wasm"] }
- default = perf
-
The
perf
feature is set by default whenevertitlecase
is added without
somewhere in the dependency tree.default-features = false - perf default
-
regex:
PERFORMANCE FEATURES
Enables all default performance features. Note that this specifically does not include perf-dfa-full, because it leads to higher compile times and bigger binaries, and the runtime performance improvement is not obviously worth it. - wasm
-
Enables wasm-bindgen
titlecase has 3 features without comments.