paxos 0.0.5

a well-tested implementation of the CASPaxos protocol for the sled lightweight database kit
Documentation
[dependencies.bincode]
version = "1.2.1"

[dependencies.serde]
version = "1.0.111"

[dependencies.serde_derive]
version = "1.0.111"

[dependencies.sled]
version = "0.31.0"
[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["Tyler Neely <t@jujit.su>"]
description = "a well-tested implementation of the CASPaxos protocol for the sled lightweight database kit"
documentation = "https://docs.rs/paxos/"
edition = "2018"
homepage = "https://github.com/spacejam/paxos"
keywords = ["database", "embedded", "consensus", "distributed", "paxos"]
license = "MIT/Apache-2.0"
name = "paxos"
readme = "README.md"
repository = "https://github.com/spacejam/paxos"
version = "0.0.5"