0.5.0
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 forparse::<ShortGuid>("...")
. - Added
from_slice
to construct from a&[u8]
. - Added support for Serde.