dstest 0.2.3

Deterministic Simulation Testing for containerised services
1
2
3
4
5
6
7
8
9
10
11
//! The pure domain core.
//!
//! These modules depend on nothing else in the crate: they are the value
//! types, the fault model, the experiment event vocabulary, and the pure
//! correctness report. Ports, application, and adapters all build on top.

pub mod config;
pub mod event;
pub mod fault;
pub mod oracle;
pub mod subject;