slugid 1.0.3

SlugId generation for Rust
Documentation
1
2
3
4
5
6
7
# 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.