riblt 0.1.1

A Rust implementation of the Rateless Invertable Bloom Lookup Table (RIBLT) data structure.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dev-dependencies.bincode]
version = "1.3.3"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[package]
authors = ["Sam Wighton"]
description = "A Rust implementation of the Rateless Invertable Bloom Lookup Table (RIBLT) data structure."
edition = "2021"
license-file = "LICENSE"
name = "riblt"
readme = "README.md"
repository = "https://github.com/samWighton/rateless_iblt"
version = "0.1.1"