Skip to content

Releases: vigna/epserde-rs

0.6.1

03 Jun 20:50
Compare
Choose a tag to compare

[0.6.1] - 2024-06-03

Fixed

  • Added missing implementation of MaxSizeOf for PhantomData.

0.6.0

03 Jun 14:55
Compare
Choose a tag to compare

[0.6.0] - 2024-06-03

Changed

  • Updated MemDbg to 0.2.1.

Fixed

  • 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.

0.5.1

07 Apr 18:45
Compare
Choose a tag to compare

[0.5.1] - 2024-03-18

Changed

  • Added MemDbg, MemSize, and Debug to most structs .

Fixed

  • Renamed the lifetime 'a in derives to deserialize_eps_inner_lifetime
    to avoid clashes.

0.5.0

18 Mar 11:31
Compare
Choose a tag to compare

[0.5.0] - 2024-03-18

Changed

  • util -> utils to follow new guidelines.