hamelin_executor 0.11.1

Common package for executing Hamelin across different backends
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod executor;
pub mod results;
mod stats;

pub use stats::ExecutorStats;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");