Open Ekleog opened 10 months ago
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.
_with_datetime_and_source
_overflowing
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.