ace-sim 0.2.0

Deterministic simulation infrastructure. Everything needed to test protocol state machines reproducibly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![no_std]

pub mod bus;
pub mod can_bus;
pub mod can_runner;
pub mod clock;
pub mod fault;
pub mod io;
pub mod node;
pub mod rng;
pub mod tcp_bus;
pub mod tcp_runner;