Releases: YohDeadfall/ordpath
Releases · YohDeadfall/ordpath
v0.4.0
What's Changed
- Hygiene of encoding macro by @YohDeadfall in #8
- Added method to check if data is spilled by @YohDeadfall in #10
- Fixed clone of raw data by @YohDeadfall in #11
- Added
inline
andmust_use
attributes to methods by @YohDeadfall in #9 - Simplified cmp impl by @YohDeadfall in #12
- Changed metadata to be non-generic by @YohDeadfall in #13
- Fixed hex formatting impl by @YohDeadfall in #14
- Preparations for v0.4.0 by @YohDeadfall in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Version bump
v0.2.0
- Moved encoding related types into
enc
module. - Improved the error type and changed
from_slice
to useResult<Self, Error>
. - Optional support for
serde
.
v0.1.0
Added GitHub workflows