Cargo Features

dedups has no features set by default.

[dependencies]
dedups = { version = "0.1.0", features = ["linux", "test_mode"] }
linux = gxhash

Enable gxhash only on Linux platforms

test_mode

Used for integration tests

Affects config::set_test_config_path

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.

gxhash linux?

Enables gxhash

For gxHash implementation, optional