No description
Find a file
2025-05-14 15:53:35 +02:00
src change API, remove wrapper type 2023-05-16 17:17:50 +02:00
tests change API, remove wrapper type 2023-05-16 17:17:50 +02:00
.editorconfig initial commit 2023-05-16 16:01:50 +02:00
.gitignore initial commit 2023-05-16 16:01:50 +02:00
.pre-commit-config.yaml initial commit 2023-05-16 16:01:50 +02:00
Cargo.toml chore: add repository to Cargo.toml 2023-11-15 18:17:53 +01:00
LICENSE initial commit 2023-05-16 16:01:50 +02:00
README.md Update README.md 2025-05-14 15:53:35 +02:00

short-uuid

Rust port of the short-uuid library. It can encode and decode standard UUIDs into shorter formats.

Formats

Format Len Example Description
Base58 22 LxeUnqNwLWQUv2JDtUgQij A-z, 1-9 without I, O, l, ordered Numbers < Uppercase < Lowercase
Base58Flickr 22 kXDtMQnWkvptV2idTtFpHJ A-z, 1-9 without I, O, l, ordered Numbers < Lowercase < Uppercase
Base62 22 E5AFntbcXX94NUWEAnyKso A-z, 0-9, ordered Uppercase < Lowercase < Numbers
Base64 22 ChoqOksbLBwtHS09TV1tfY A-z, 0-9, +/, ordered Uppercase < Lowercase < Numbers < Special
Base64Url 22 ChoqOksbLBwtHS09TV1tfY A-z, 0-9, -_, ordered Uppercase < Lowercase < Numbers < Special
Base90Cookie 20 f[C/Q&zL=$&/`K7o~DT! A-z, 0-9, !#$%&'()*+-./:<=>?@[]^_{|}~`, ordered Numbers < Lowercase < Uppercase < Special