Closed mplanchard closed 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.
cuid2
A new cuid2() function is provided in the cuid crate, which calls the create_id() function from the cuid2crate.
cuid2()
cuid
create_id()
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 thecuid
crate, which calls thecreate_id()
function from thecuid2
crate.