bahlo / sonyflake-rs

🃏 A distributed unique ID generator inspired by Twitter's Snowflake.
https://docs.rs/sonyflake/
Apache License 2.0
174 stars 10 forks source link

Threadsafe errors #2

Closed bahlo closed 3 years ago

bahlo commented 3 years ago

This makes the Error type thread safe and adds a regression test.