Expand description
This library provides functionality for converting usernames to and from Minecraft UUIDs,
including support for offline and online players.
You may choose to disable either the offline
or online
features if you don’t need them.
To start, head over to PlayerUuid
or look at some of the examples in this crate.
Re-exports
pub use uuid;
Structs
A struct that represents a UUID with an offline format (UUID v3).
A struct that represents a UUID with an online format (UUID v4).
A Universally Unique Identifier (UUID).
Enums
An enum that can represent both kinds of UUIDs.