Docs.rs
paxos-0.0.2
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
paxos 0.0.2
a well-tested implementation of the CASPaxos protocol for the sled lightweight database kit
Crate
Source
Builds
Feature flags
Documentation
Links
Homepage
spacejam/paxos
142
2
0
crates.io
Dependencies
serde ^1.0
normal
serde_derive ^1.0
normal
sled ^0.15
normal
quickcheck ^0.6
normal
rand ^0.4
normal
Versions
0.0.5
(2020-06-04)
0.0.2
(2018-03-19)
0.0.1
(2018-03-07)
Owners
paxos
An implementation of CASPaxos built on top of the sled lightweight database kit.
References
CASPaxos: Replicated State Machines without logs