generic-bloom

Crates.iogeneric-bloom
lib.rsgeneric-bloom
version0.1.0
sourcesrc
created_at2022-02-14 00:12:38.95196
updated_at2022-02-14 00:12:38.95196
descriptionA generic implementation of Bloom filters using traits
homepage
repositoryhttps://github.com/goose121/generic-bloom-rs
max_upload_size
id531960
size56,107
(goose121)

documentation

README

generic-bloom

This crate provides a BloomFilter trait which can be parameterized by different types of storage (via the BloomSet trait) to obtain traditional binary Bloom filters, counting Bloom filters, and spectral Bloom filters. For more information, see the documentation.

Commit count: 7

cargo fmt