1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea-core/src/lib.rs
2022-01-03 00:14:41 -06:00

6 lines
173 B
Rust

//! 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;