dylanhart / ulid-rs

This is a Rust implementation of the ulid project

Home Page:https://crates.io/crates/ulid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc suggestion: use generator in quickstart guide?

LAC-Tech opened this issue · comments

So I recently ran into the same issue as

#39

in that I expected Ulid::new() to return sorted results when called repeatedly.

Since people use ULIDs over UUIDs for sortability reasons, might make sense to use a generator on the quick start section.