mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
6 lines
173 B
Rust
Executable file
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;
|