Skip to content

cuid2-v0.1.1

Latest
Compare
Choose a tag to compare
@mplanchard mplanchard released this 02 Aug 14:49
· 6 commits to master since this release
cuid2-v0.1.1
ac727a6

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 and is_cuid alias

Changed

  • cuid: Replaced base conversion logic in cuid with the logic in cuid-util,
    yielding a solid performance improvement for CUID generation (10-20%)
  • cuid2: Added #[inline] annotations for main cuid2 functions

Fixed

  • cuid: 94d4cd0: Removed unused bigint dependency
  • cuid2: #11: Moved proptest to dev dependencies