ulid-rs icon indicating copy to clipboard operation
ulid-rs copied to clipboard

doc suggestion: use generator in quickstart guide?

Open LAC-Tech opened this issue 3 years ago • 0 comments

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.

LAC-Tech avatar Feb 15 '22 23:02 LAC-Tech