0.7.0
[0.7.0] - 2025-02-18
New
- Now
SerializeInner
inner has an associated typeSerType
that is used to
write the file header. This is done soData<&[u32]>
can be conveniently
serialized as if it wereData<Vec<u32>>
. There is no change in the file
format.