dylanhart / ulid-rs

This is a Rust implementation of the ulid project
https://crates.io/crates/ulid
MIT License
385 stars 37 forks source link

doc suggestion: use generator in quickstart guide? #44

Open LAC-Tech opened 2 years ago

LAC-Tech commented 2 years ago

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.