[go: up one dir, main page]

fastbloom 0.6.0

The fastest Bloom filter in Rust. No accuracy compromises. Compatible with any hasher.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.getrandom]
version = "0.2"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.siphasher]
version = "1.0.0"

[dependencies.wide]
version = "0.7.15"
[dev-dependencies.ahash]
version = "0.8.6"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_regex]
version = "0.16.0"

[features]
default = ["rand"]
rand = ["dep:rand"]

[package]
authors = ["tomtomwombat"]
categories = ["data-structures", "caching", "algorithms"]
description = "The fastest Bloom filter in Rust. No accuracy compromises. Compatible with any hasher."
edition = "2021"
homepage = "https://github.com/tomtomwombat/fastbloom/"
keywords = ["bloom", "filter", "data-structures", "bloom-filter", "bloomfilter"]
license = "MIT OR Apache-2.0"
name = "fastbloom"
readme = "README.md"
repository = "https://github.com/tomtomwombat/fastbloom/"
version = "0.6.0"
[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.getrandom]
features = ["js"]
version = "0.2"