Skip to main content

Crate waremax_core

Crate waremax_core 

Source
Expand description

Waremax Core - Core types and DES kernel for warehouse robot simulation

This crate provides the fundamental types and discrete-event simulation kernel used throughout the Waremax simulation system.

Re-exports§

pub use error::SimError;
pub use event::ScheduledEvent;
pub use event::SimEvent;
pub use kernel::Kernel;
pub use rng::SimRng;
pub use time::SimTime;
pub use id::*;

Modules§

error
Error types for the simulation
event
Simulation events for the discrete-event simulation
id
Typed ID wrappers for type-safe entity references
kernel
Discrete Event Simulation (DES) kernel
rng
Seeded random number generator for deterministic simulation
time
Simulation time type with sub-second precision