2 releases

new 0.1.1 Nov 3, 2024
0.1.0 Nov 3, 2024

#124 in Database implementations

MIT/Apache

33KB
591 lines

Bloomur

Bloom filter implementation for database development.

github LoC Build codecov

docs.rs crates.io crates.io license

Installation

  • 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"] }
    

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~435KB