hamelin_executor/
lib.rs

1pub mod executor;
2pub mod results;
3
4pub const VERSION: &str = env!("CARGO_PKG_VERSION");