Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloomlib"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A space and time efficient Bloom Filter implementation in Rust."
authors = ["Waclaw Kusnierczyk <wacus@pm.me>"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A high-performance, memory-efficient Bloom Filter implementation in Rust.
Get directly from [crates.io](https://crates.io/crates/bloomlib).

See `bloomsrv` at [github.com](https://github.com/wkusnierczyk/bloomserv) and [crates.io](https://crates.io/crates/bloomsrv) for `bloomlib` wrapped into a REST API, providing a language-agnostic service allowing users to create and query multiple bloom filters

## What is a Bloom Filter?

![image](graphics/bloom-filter-graphic-small.png)
Expand Down