sim-lib-server 0.1.9

Location-transparent server, transport, and eval-fabric runtime for SIM.
Documentation
1
2
3
4
5
6
7
8
9
mod drivers;
mod runtime;
mod spec;

pub use runtime::{ReplOptions, ReplOutput, run_repl};
pub use spec::{DriverSpec, LineDriver};

#[cfg(test)]
mod tests;