Skip to content

0.5.0

Compare
Choose a tag to compare
@sunsided sunsided released this 24 Jun 15:42
· 26 commits to main since this release
dc6f300

To use shortguid/0.5.0 in your project, add:

[dependencies]
shortguid = "0.5.0"

Changes since 0.4.0

Added

  • Added a FromStr implementation, allowing for parse::<ShortGuid>("...").
  • Added from_slice to construct from a &[u8].
  • Added support for Serde.