rustsim-schedulers 0.0.1

Agent activation schedulers for rustsim
Documentation
1
2
3
4
5
6
7
//! 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.

pub use rustsim_core::scheduler::{ByProperty, Fastest, PartiallyRandom, Randomly, Scheduler};