Skip to content

0.4.0

Compare
Choose a tag to compare
@dtolnay dtolnay released this 10 Dec 03:13
· 29 commits to master since this release
0.4.0
160c153

This release includes a redesign of the erased serialization API (#93) with the following advantages:

  • Eliminates all reliance on unsafe code within the serialization implementation
  • Reduces overhead of erased serialization vs monomorphized serialization by a factor of 2 (#99)
  • Supports serializers which have non-'static Ok types