anapao 0.1.1

Library for deterministic simulation tests and reproducible stochastic workflows
Documentation
1
2
3
4
5
6
7
8
9
//! Convenient imports for common anapao workflows.

pub use crate::assertions::{AssertionReport, Expectation, MetricSelector};
pub use crate::events::{EventSink, VecEventSink};
pub use crate::types::{
    BatchConfig, BatchReport, BatchRunTemplate, CaptureConfig, EndConditionSpec, ExecutionMode,
    MetricKey, RunConfig, RunReport, ScenarioSpec, TransferSpec,
};
pub use crate::Simulator;