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

New features: serde support, and conversions to uuid #23

Closed abreis closed 4 years ago

abreis commented 4 years ago

Hi, I wrote two new (optional) features in my own fork of ulid-rs, and I'd like to know if you'd welcome pull requests for either of them. They are:

dylanhart commented 4 years ago

These sound great. When making the PR can you put them behind non-default feature flags?