tla-rs 0.1.0

Rust implementation of the IronFleet verified distributed systems framework
1
2
3
4
5
6
pub mod state_machine;
pub mod requests;
pub mod chosen;
pub mod handle_request_batch;
pub mod execution;
pub mod refinement;