Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 525 Bytes

File metadata and controls

21 lines (15 loc) · 525 Bytes

scirs-sim

Build & Test

A Rust implementation of a framework for modeling systems (similar to Simulink, Modelica, SystemModeler, etc.)

Requirements

  • Rust 2018

Usage

To run the trivial example, execute the following command:

cargo test --test example -- --nocapture

TODO

  • Parallel execution
  • Better type safety
  • Reduce amount of copying from one block to the next
  • More ergonomic definition of blocks