bloomfilter-rust 0.1.0

A bloomfilter implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "bloomfilter-rust"
version = "0.1.0"
edition = "2021"
license = "MIT"
keywords = ["data-structure", "bloomfilter"]
authors = ["Simon Liu"]
description = "A bloomfilter implementation in Rust"

[dependencies]