This repository houses a collection of Rust crates for implementing and verifying distributed systems.
Crate | Links |
---|---|
consistency_model |
docs source |
fibril |
docs source |
fibril_core |
docs source |
fibril_verifier |
docs source |
vector_clock |
docs source |
Please make sure your code passes tests/clippy, and apply auto-formatting:
cargo test && cargo test --examples
cargo clippy && cargo clippy --examples
cargo fmt
See LICENSE-APACHE
and LICENSE-MIT
.