slugid library

This library contains the Slugid class for working slugids.

A slugid is a URL-safe base64 encoded UUId v4 stripped of == padding. These are useful when embedding random UUIDs in URLs. The Slugid class in this library wraps a slugid and allows you to obtain the string representation, raw bytes, or the UUID representation.

Classes

Slugid
A slugid is a URL-safe base64 encoded UUID v4 stripped of == padding.