Cargo Features

tinysearch-cuckoofilter has no features set by default.

[dependencies]
tinysearch-cuckoofilter = { version = "0.4.1", features = ["dev", "fnv", "farmhash"] }
dev = clippy

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clippy dev?

Enables clippy ^0.0.77

fnv implicit feature

Enables fnv

fnv:

Fowler–Noll–Vo hash function

farmhash implicit feature