Cargo Features
[dependencies]
rusqlite_regex = { version = "0.2.0", default-features = false, features = ["cache"] }
- default = cache
-
The
cache
feature is set by default wheneverrusqlite_regex
is added without
somewhere in the dependency tree.default-features = false - cache default
-
Enables once_cell and quick_cache
rusqlite_regex has 2 features without comments.