moonpool-explorer 0.6.0

Fork-based multiverse exploration for moonpool simulation testing
Documentation
1
2
3
4
5
6
//! Simulation workloads for adaptive exploration testing.
//!
//! Contains scenario functions that exercise the adaptive exploration
//! code paths. Usable from both `#[test]` and binary targets.

pub mod adaptive;