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§
- Offline
Uuid - A struct that represents a UUID with an offline format (UUID v3).
- Online
Uuid - A struct that represents a UUID with an online format (UUID v4).
- Uuid
- A Universally Unique Identifier (UUID).
Enums§
- Error
- This library’s own error enum, which is returned by every function that returns a
Result
. - Player
Uuid - An enum that can represent both kinds of UUIDs.