An open API service indexing awesome lists of open source software.

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

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.