bloom_filter 0.1.0

A bloom filter implementation
Documentation
[dependencies]
bit-vec = "0.4.3"
rand = "0.3.15"
siphasher = "0.2.0"

[features]
nightly = []

[package]
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
description = "A bloom filter implementation"
documentation = "https://docs.rs/bloom_filter/"
homepage = "https://github.com/jeromefroe/bloom_filter"
keywords = ["bloom", "filter"]
license = "MIT"
name = "bloom_filter"
readme = "README.md"
repository = "https://github.com/jeromefroe/bloom_filter.git"
version = "0.1.0"