mplanchard / cuid-rust

Rust implemention of CUID unique IDs
https://crates.io/crates/cuid
MIT License
89 stars 15 forks source link

Reorganize into workspace, add cuid2 crate #5

Closed mplanchard closed 1 year ago

mplanchard commented 1 year ago

This reorganizes the project into a workspace and adds a new cuid2 crate to address the deprecation of the original CUID standard.

A new cuid2() function is provided in the cuid crate, which calls the create_id() function from the cuid2crate.