0.6.2
[0.6.2] - 2025-02-07
Improved
- Added missing implementation of
TypeHash
,ReprHash
,MaxSizeOf
,
SerializeInner
,DeserializeInner
forRange
,RangeFrom
,RangeFull
,
RangeInclusive
,RangeTo
,RangeToInclusive
,Bound
,ControlFlow
.
Fixed
- The return type of
Deserialize::load_full
is how ananyhow::Result
,
analogously to the otherload
functions.