//! SimEngine framework library.
//!//! This single crate contains the runtime-facing core model, TCP network layer,
//! and plugin API/ABI. The package also ships the `simengine` CLI binary.
pubmodcore;pubmodnetwork;pubmodplugin_api;pubuseplugin_api::{
GetSimApiFn, SimApi, SimContext, SimLogLevel, Simulation, SimulationContext,SIMENGINE_API_VERSION,};