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