azalea/swarm/
prelude.rs

1
2
3
//! A prelude that re-exports common swarm types in Azalea.

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