Deterministic simulation testing for distributed systems in Rust.
Inspired by FoundationDB's simulation testing.
Note: This is a hobby-grade project under active development.
# Enter development environment (Nix required)
nix develop
# Run tests
nix develop --command cargo nextest run
# Build documentation
nix develop --command cargo doc --openAll documentation lives in Rust doc comments:
cargo doc --openApache 2.0