ulid-rs
ulid-rs copied to clipboard
doc suggestion: use generator in quickstart guide?
So I recently ran into the same issue as
https://github.com/dylanhart/ulid-rs/issues/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.