Crates.io | rbloom |
lib.rs | rbloom |
version | 0.1.0 |
source | src |
created_at | 2023-10-02 16:09:30.322474 |
updated_at | 2023-10-02 16:09:30.322474 |
description | simple, efficient and minimalistic bloom filter |
homepage | https://github.com/jedisct1/rust-bloom-filter |
repository | https://github.com/jedisct1/rust-bloom-filter |
max_upload_size | |
id | 990102 |
size | 6,776 |
rbloom is a small, simple and fast bloom filter, focused on speed and ease of use. rbloom focuses on bloom filter data structure and doesn't get in the way of the user.
core::hash::Hash
, it fits into the bloom filter. To enforce any type limitiations, you can always use a thin wrapper around rbloom.