runmat-core 0.4.4

Host-agnostic RunMat execution engine (parser, interpreter, snapshot loader)
Documentation
1
2
3
4
5
mod snapshot;
mod types;

pub(crate) use snapshot::build_fusion_snapshot;
pub use types::*;