Cargo Features
[dependencies]
weak-table = { version = "0.3.2", default-features = false, features = ["std", "alloc", "ahash"] }
- default = std
-
The
std
feature is set by default wheneverweak-table
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
-
This feature doesn’t actually do anything. TODO: remove in v0.4.
Features from optional dependencies
- ahash implicit feature
-
Enables ahash ^0.7.6
ahash:
A non-cryptographic hash function using AES-NI for high performance