dylanhart / ulid-rs

This is a Rust implementation of the ulid project

Home Page:https://crates.io/crates/ulid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can derive eq, ord and hash be added to the Ulid struct?

normano opened this issue · comments

or is there a reason why they are left out? Can't use it when added to a struct that has derive eq, hash and can't order with collection that needs Ord. 🥇

No reason, just an oversight...