bloomur

Crates.iobloomur
lib.rsbloomur
version0.1.1
created_at2024-11-03 19:58:22.566126+00
updated_at2024-11-03 20:06:40.585402+00
descriptionBloom filter for databases
homepagehttps://github.com/al8n/layer0
repositoryhttps://github.com/al8n/layer0/tree/main/bloomur
max_upload_size
id1434153
size35,098
Al Liu (al8n)

documentation

README

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.
Commit count: 96

cargo fmt