yulid
A Rust implementation of the ULID spec that aims to be as similar to
uuid as possible.
Supports
- Generation with
randAPI (by default) - Serialisation and deserialisation with
serde(with feature) - Converting to and from UUIDs provided by the
uuidcrate (with feature)
Examples
use Ulid;
use ;
use Ulid;