# uuid-mc [![Crates.io](https://img.shields.io/crates/v/uuid-mc?color=0)](https://crates.io/crates/uuid-mc) [![Crates.io](https://img.shields.io/crates/v/uuid-mc?label=docs.rs)](https://docs.rs/uuid-mc/latest/uuid-mc/) A Rust implementation of Minecraft's UUID logic. Includes functions to convert between usernames and online UUIDs (via the mojang API), and also crucially includes conversion from usernames to offline UUIDs (which was missing from the rust ecosystem). ## Usage Simply include the latest version of `uuid-mc` in your project. There are examples in the documentation. ## Licens Licensed under either of: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option.