Cargo Features
Fastmurmur3 has no features set by default.
[dependencies]
fastmurmur3 = { version = "0.2.0", features = ["murmur3c"] }
- murmur3c
-
Link the C library for murmur3. You likely never need this feature.
It exists purely for benchmarking and testing purposes.Affects
fastmurmur3::murmur3c
…