Cargo Features
[dependencies]
indicium = { version = "0.6.5", default-features = false, features = ["simple", "select2", "fuzzy", "strsim", "eddie", "rapidfuzz", "ahash", "gxhash", "rustc-hash"] }
- default = simple
-
The
simple
feature is set by default wheneverindicium
is added without
somewhere in the dependency tree.default-features = false - simple default select2? = rapidfuzz, rustc-hash
-
Affects
indicium::simple
… - select2 = simple
-
Enables serde
Affects
indicium::select2
… - fuzzy = rapidfuzz
- strsim
-
Enables strsim
Affects
internal::fuzzers
… - eddie
-
Quite fast but not stable. Not recommended
Enables eddie
Affects
internal::fuzzers
… - rapidfuzz fuzzy? simple
-
Enables rapidfuzz
Affects
internal::fuzzers
… - ahash
-
Enables ahash
- gxhash
-
Enables gxhash
- rustc-hash simple
-
Enables rustc-hash