simengine 0.2.0

A plugin-based simulation engine runtime and plugin API
Documentation
1
2
3
4
5
6
7
#[cfg(not(test))]
fn main() -> anyhow::Result<()> {
    simengine::cli::run()
}

#[cfg(test)]
fn main() {}