[]
= "bloomlib"
= "0.1.5"
= "2021"
= "A space and time efficient Bloom Filter implementation in Rust."
= ["Waclaw Kusnierczyk <wacus@pm.me>"]
= "MIT"
= "https://github.com/wkusnierczyk/bloomlib"
= [
".github/*"
]
[]
# No external dependencies required for the core logic to keep it lightweight.
# The standard library's hashing is used.