oomfi 0.1.0

A minimal Bloom Filter implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitvec]
version = "1.0.1"

[lib]
name = "oomfi"
path = "src/lib.rs"

[package]
authors = ["chloe"]
description = "A minimal Bloom Filter implementation in Rust"
edition = "2021"
keywords = ["Hash", "BloomFilter", "bloomfilter", "bloom", "filter"]
license = "MIT"
name = "oomfi"
readme = "README.md"
repository = "https://github.com/chloe0x0/oomfi"
resolver = "2"
version = "0.1.0"