A small, no-std implementation for representing Globally Unique Identifiers (GUID).
Find a file
2026-07-03 18:19:26 +02:00
src Fix as_url 2026-07-03 18:19:26 +02:00
.gitignore Intitial release; 0.1.0 2026-06-29 20:46:20 +02:00
Cargo.lock Intitial release; 0.1.0 2026-06-29 20:46:20 +02:00
Cargo.toml Update Cargo.toml 2026-07-03 18:18:19 +02:00
LICENSE Intitial release; 0.1.0 2026-06-29 20:46:20 +02:00
readme.md Intitial release; 0.1.0 2026-06-29 20:46:20 +02:00

ninox.rs-guid

A small, no-std implementation for representing Globally Unique Identifiers (GUID).

License

This project is licensed under AGPL-3.0-only. For more informations see the LICENSE file inside the repository here, or alternative online under https://www.gnu.org/licenses/.

Usage

TODO