Cargo Features

[dependencies]
ffuzzy = { version = "0.3.6", default-features = false, features = ["std", "alloc", "easy-functions", "unsafe", "unsafe-guarantee", "unchecked", "strict-parser", "tests-slow", "tests-very-slow", "nightly", "unstable", "maint-lints"] }
default = easy-functions, std

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

std default = alloc
alloc std
easy-functions default
unsafe = unchecked, unsafe-guarantee
unsafe-guarantee unsafe?
unchecked unsafe?

Affects position_array::BlockHashPositionArrayImplUnchecked, block::block_size.from_log_unchecked, block::block_size.log_from_valid_unchecked

opt-reduce-fnv-table strict-parser
tests-slow tests-very-slow?
tests-very-slow = tests-slow
nightly unstable?
unstable = nightly
maint-code maint-lints