aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
blob: cdf07c439f0b0ed36acdc159b9a14eb4196414b2 (plain)
1
2
3
4
5
6
//! Random miscellaneous things like UUIDs that don't deserve their own crate.

pub mod difficulty;
pub mod game_type;
pub mod resource_location;
pub mod serializable_uuid;