Cargo Features

Sharded has no features set by default.

[dependencies]
sharded = { version = "0.2.1", features = ["ahash", "fxhash", "parking_lot", "seahash", "xxhash"] }
ahash = ahash_utils
fxhash = fxhash_utils
parking_lot = parking_lot_utils

Affects sharded::Lock, sharded::ReadGuard, sharded::WriteGuard

seahash = seahash_utils
xxhash = xxhash_utils

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.

parking_lot_utils parking_lot?

Enables parking_lot ^0.11

ahash_utils ahash?

Enables ahash ^0.7

seahash_utils seahash?

Enables seahash

fxhash_utils fxhash?

Enables fxhash

xxhash_utils xxhash?

Enables twox-hash