A Rust implementation of a framework for modeling systems (similar to Simulink, Modelica, SystemModeler, etc.)
- Rust 2018
To run the trivial example, execute the following command:
cargo test --test example -- --nocapture
- Parallel execution
- Better type safety
- Reduce amount of copying from one block to the next
- More ergonomic definition of blocks