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::*;