Open LAC-Tech opened 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.
Ulid::new()
Since people use ULIDs over UUIDs for sortability reasons, might make sense to use a generator on the quick start section.
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.