Bloom filter implementation for database development.
Installation
-
Default
[] = "0.1" -
Using in
no_std[] = { = "0.1", = false } -
Using with
alloconly[] = { = "0.1", = false, = ["alloc"] }
Bloom filter implementation for database development.
Default
[dependencies]
bloomur = "0.1"
Using in no_std
[dependencies]
bloomur = { version = "0.1", default-features = false }
Using with alloc only
[dependencies]
bloomur = { version = "0.1", default-features = false, features = ["alloc"] }