cargo uuid 0.7.2
uuid 0.7.2: Microsoft love

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

Added

  • Support for winapi GUIDs, with guid feature (#336, #338)
  • Introduce Uuid builder interface (#332)
  • Support for compact serialization of uuid::Uuid and related types with uuid::adapter::compact::{serialize,deserialize) (#331)
    • use serde_derive's #[serde(with = "uuid::adapter::compact::dense_serde")] you can for your specific case with attributes.
  • Add support for functions that provide uuids in little endian format (#311)
    • By default, the internal representation of uuid::Uuids is unspecified.
    • However all functions returning the bytes are guaranteed to be big endian

Changes

  • Use hyphenated string instead of a raw bytes for uuid::Uuid Debug output (#360)
  • Adjust the error message for uuid::parser::Error::InvalidCharacter for clarity. (#355)

Fixes

  • uuid::Uuid::new_v4 compiles on wasm32 but panics at execution (#351, #358)

Dependencies


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

Don't miss a new uuid release

NewReleases is sending notifications on new releases.