1//! A prelude that re-exports common swarm types in Azalea. 2 3pub use crate::swarm::{Swarm, SwarmBuilder, SwarmEvent};