- Added missing implementation of
TypeHash
,ReprHash
,MaxSizeOf
,SerializeInner
,DeserializeInner
for:Range
,RangeFrom
,RangeFull
,RangeInclusive
,RangeTo
,RangeToInclusive
,Bound
,ControlFlow
.
- Added missing implementation of MaxSizeOf for PhantomData.
- Updated MemDbg to 0.2.1.
-
Added const generic parameters values and names to type hash. Note that this change will invalidate type hashes for structures with generic constants.
-
Fixed handling of zero-sized zero-copy structs eps_deserialization.
- Added MemDbg, MemSize, and Debug to most structs.
- Renamed the lifetime
'a
in derives todeserialize_eps_inner_lifetime
to avoid clashes.
util
->utils
to follow new guidelines.