Registry / crypto / ethbloom

ethbloom

JSON →
library0.14.1rscratesunverified

Implements Ethereum bloom filters for efficient log filtering.

# Cargo.toml [dependencies] ethbloom = "0.14.1"
INSTALL
IMPORT
SIG · ETHBLOOM
E
ethbloom
cryptorustv0.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bloom
use ethbloom::Bloom;

Create a zero-initialized bloom filter.

use ethbloom::Bloom; fn main() { let bloom = Bloom::zero(); println!("Bloom filter created: {:?}", bloom); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
ethbloom — cargo add ethbloom · libregistry