Crates.io | kekbit |
lib.rs | kekbit |
version | 0.3.5 |
source | src |
created_at | 2020-02-11 16:53:12.347162 |
updated_at | 2022-02-18 11:15:57.530117 |
description | Ultralight persistent data channels |
homepage | https://github.com/motoras/kekbit |
repository | https://github.com/motoras/kekbit |
max_upload_size | |
id | 207383 |
size | 132,392 |
Mean and lean components for working with ultralight persistent data channels in rust. Channels could be used for communication, transaction journaling, live replication of an application state or as a backend for persisting software system images.
Iterator
API.Add this to your Cargo.toml
:
[dependencies]
kekbit = "0.3.4"
See the Examples for detailed usage.
The minimum supported Rust version is 1.31. Any change to this is considered a breaking change.
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.