cargo uuid 0.7.3
uuid 0.7.3: Fast strings

latest releases: 1.8.0, 1.7.0, 1.6.1...
5 years ago

Added

  • The uuid::Error error type. This is a sumtype of uuid::BytesError and uuid::ParseError.(#373)
    • Useful when the underlying uuid version and its error types don't matter until an error occurs.
  • Add encode_{lower, upper} for the uuid::adapter::{ Hyphenated, Simple, Urn }(#378)
  • Relatedly, added uuid::Uuid::encode_buffer for the buffer used in the encode_{lower,upper} functions.(#378)

Changes

  • Remove the rand dependency for v3 and v5 Uuids. (#371)

Anyone interested can see the entire diff between 0.7.2 and 0.7.3 here.

Don't miss a new uuid release

NewReleases is sending notifications on new releases.