Skip to content

0.6.2

Compare
Choose a tag to compare
@vigna vigna released this 07 Feb 21:47
· 82 commits to main since this release

[0.6.2] - 2025-02-07

Improved

  • Added missing implementation of TypeHash, ReprHash, MaxSizeOf,
    SerializeInner, DeserializeInner for Range, RangeFrom, RangeFull,
    RangeInclusive, RangeTo, RangeToInclusive, Bound, ControlFlow.

Fixed

  • The return type of Deserialize::load_full is how an anyhow::Result,
    analogously to the other load functions.