All notable changes to this project will be documented in this file. This project uses Semantic Versioning.
- Added more
PartialEqimplementations forStringand&&strcomparisons.
- Added
new_randomwhen using therandomcrate feature. - Added
new_from_uuidto create aShortGuidfrom an existing UUID.
- Added
PartialEq<T>forVec<u8>and&[u8; 16].
to_bytes_le,from_bytes_ref,as_uuidandis_emptyare nowconst.
- Added fuzzing targets.
- 🎉 Initial release.