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-04-22 04:33:58 +00:00

6 lines
173 B
Rust
Executable file

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