pub type BloomFilter = CountingBloomFilter<BloomStorageU8>;
Expand description

A counting Bloom filter with 8-bit counters.