dylanhart / ulid-rs

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

introduce generate_overflowing and increment_overflowing methods #75

Open Ekleog opened 10 months ago

Ekleog commented 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.