Cargo Features

[dependencies]
indicium = { version = "0.6.4", default-features = false, features = ["simple", "select2", "fuzzy", "strsim", "eddie", "rapidfuzz", "ahash", "gxhash", "rustc-hash"] }
default = rustc-hash, simple

These default features are set whenever indicium is added without default-features = false somewhere in the dependency tree.

simple default select2? = rapidfuzz

Affects indicium::simple

select2 = simple

Enables serde

Affects indicium::select2

fuzzy

Enables strsim

strsim

Enables strsim

Affects internal::fuzzy_top_scores

eddie

Quite fast but not stable. Not recommended

Enables eddie

Affects internal::fuzzy_top_scores

rapidfuzz simple

Enables rapidfuzz

Affects internal::fuzzy_top_scores

ahash

Enables ahash

gxhash

Enables gxhash

rustc-hash default

Enables rustc-hash