https://github.com/taskcluster/slugid-rust
SlugId generation in Rust
https://github.com/taskcluster/slugid-rust
Last synced: about 2 months ago
JSON representation
SlugId generation in Rust
- Host: GitHub
- URL: https://github.com/taskcluster/slugid-rust
- Owner: taskcluster
- License: mpl-2.0
- Created: 2020-08-14T20:02:13.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T09:37:42.000Z (over 1 year ago)
- Last Synced: 2025-12-14T01:59:16.655Z (6 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slugid - Compressed UUIDs for Rust
A package for generating v4 UUIDs and encoding them into 22 character
URL-safe base64 slug representation (see [RFC 4648 sec.
5](http://tools.ietf.org/html/rfc4648#section-5)).
See https://github.com/taskcluster/slugid for more information on slugIds.