pbloom 0.1.1

A portable bloom filter implementation in Rust
Documentation
[dependencies.murmur3]
version = "0.5.2"

[dependencies.rmp]
version = "0.8.14"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.sha2]
version = "0.10.8"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A portable bloom filter implementation in Rust"
edition = "2021"
license = "MIT"
name = "pbloom"
readme = false
version = "0.1.1"