Cargo Features
handshake-types has no features set by default.
[dependencies]
handshake-types = { version = "0.1.1", features = ["bloom"] }
- bloom = pds
-
The only reason we put PDS behind a feature right is now is that it requires static linking to c++ libraries.
This breaks some builds on CI, so I'm going to feature flag this for now, until we can get a murmur3 impl in Rust and drop the requirement on fasthash in pds.Affects
handshake-types::bloom_filter
…
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.