selectors-bloom 0.1.0

Bloom filter used in the selectors crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
fnv = "1.0"

[lib]
path = "lib.rs"

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Alan Jeffrey <ajeffrey@mozilla.com>"]
description = "Bloom filter used in the selectors crate"
documentation = "https://docs.rs/selectors-bloom/"
license = "MPL-2.0"
name = "selectors-bloom"
repository = "https://github.com/servo/rust-selectors"
version = "0.1.0"