aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/swarm/prelude.rs
blob: 18012ebdeda6ac7caa502d1367399fffd69c8380 (plain)
1
2
3
//! A prelude that re-exports common swarm types in Azalea.

pub use crate::swarm::{Swarm, SwarmBuilder, SwarmEvent};