//! Re-exports of scheduler types from `rustsim-core`.
//!//! This is a convenience crate - all types originate in
//! [`rustsim_core::scheduler`]. Use `rustsim-schedulers` when you need
//! schedulers without pulling in the full core crate.
pubuserustsim_core::scheduler::{ByProperty, Fastest, PartiallyRandom, Randomly, Scheduler};