dylanhart / ulid-rs

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

What's the difference between this and rusty_ulid? #54

Closed frederikhors closed 1 year ago

frederikhors commented 2 years ago

Can I ask you what's the difference between this and https://github.com/huxi/rusty_ulid?

dylanhart commented 2 years ago

They are pretty similar. I don't think rusty_ulid has nostd support. Either library should be good to use.

On Fri, Sep 9, 2022, 7:47 AM frederikhors @.***> wrote:

Can I ask you what's the difference between this and https://github.com/huxi/rusty_ulid?

— Reply to this email directly, view it on GitHub https://github.com/dylanhart/ulid-rs/issues/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOAOY77MS7UCVY2GNDOPELV5NEZNANCNFSM6AAAAAAQIX5EFE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

frederikhors commented 1 year ago

Thanks.