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

introduce generate_overflowing and increment_overflowing methods

Open Ekleog opened this issue 5 months ago • 0 comments

Fixes https://github.com/dylanhart/ulid-rs/issues/71

I did not add all the _with_datetime_and_source variants to avoid combinatorial explosion: people who want the _overflowing variant are most likely the ones who do not care about the details of how the ulid is generated anyway.

Ekleog avatar Feb 02 '24 15:02 Ekleog