Skip to content

Releases: randomPoison/type-uuid

Release 0.1.2

02 Dec 05:05
Compare
Choose a tag to compare
  • Sealed the TypeUuidDynamic trait so that it can't be implemented downstream. (#5)
  • Bump syn and quote dependencies to use version 1.0. (#6)

Release 0.1.1

17 Jan 05:55
Compare
Choose a tag to compare

Added

  • UUIDs for primitives and some std types.
  • More readible versions of the UUIDs for amethyst types.

Release 0.1.0

17 Jan 05:56
Compare
Choose a tag to compare
  • TypeUuid and TypeUuidDynamic traits.
  • Bytes type.
  • Custom derive support for TypeUuid.
  • UUIDs for some amethyst types.