uuid32

Crates.iouuid32
lib.rsuuid32
version1.1.1
created_at2024-10-21 21:52:43.884431+00
updated_at2025-04-17 23:33:33.114013+00
descriptionUuids formatted as Strings in Crockford base32 for easier to read + copy urls, plus db
homepage
repositoryhttps://github.com/rogusdev/uuid32
max_upload_size
id1417981
size36,505
Chris Rogus (rogusdev)

documentation

README

uuid32

Uuids formatted as Strings in Crockford base32 in Rust. Primarily for easy to copy ids in URLs, while retaining Uuid benefits.

In short, it just replaces the canonical hexadecimal formatting for displaying Uuids.

Just use Uuid32 anywhere you might otherwise use Uuid and it will pass the enclosed Uuid as a shorter String in json, display it more compactly in logs, etc.

In libraries and applications that use Uuid32s for talking to a postgres database, add feature postgres.

Linking the crate and the documentation for reference.

Commit count: 5

cargo fmt