cuid2-v0.1.1
mplanchard
released this
02 Aug 14:49
·
26 commits
to master
since this release
cuid 1.3.2, cuid2 0.1.1
Added
- cuid/cuid2: Moved common utility logic out into a
cuid-util
crate - cuid2: #10: New
is_cuid2
function andis_cuid
alias
Changed
- cuid: Replaced base conversion logic in
cuid
with the logic incuid-util
,
yielding a solid performance improvement for CUID generation (10-20%) - cuid2: Added
#[inline]
annotations for main cuid2 functions