Skip to content

Releases: dtolnay/erased-serde

0.4.5

14 May 17:20
0.4.5
ea49426
Compare
Choose a tag to compare
  • Relocate some unsafe code over to typeid crate

0.4.4

10 Mar 04:26
0.4.4
e8b3238
Compare
Choose a tag to compare
  • Documentation improvements

0.4.3

19 Feb 05:26
0.4.3
427a8a7
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

0.4.2

02 Jan 17:36
0.4.2
8f555a2
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.4.1

14 Dec 06:06
0.4.1
4726cdb
Compare
Choose a tag to compare
  • Fix panic when Serialize impl returns error that does not come from a Serializer (#100, thanks @KodrAus)

0.4.0

10 Dec 03:13
0.4.0
160c153
Compare
Choose a tag to compare

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

0.4.0-rc.1

24 Nov 20:33
0.4.0-rc.1
a8fdff9
Compare
Choose a tag to compare
0.4.0-rc.1 Pre-release
Pre-release
Release 0.4.0-rc.1

0.3.31

26 Aug 00:11
0.3.31
987cf21
Compare
Choose a tag to compare

0.3.30

24 Aug 04:30
0.3.30
34e9772
Compare
Choose a tag to compare
  • Generalize some impls to apply to trait objects with more lifetime variables (#71, #72, #73)

0.3.29

17 Aug 02:44
0.3.29
5ddcb96
Compare
Choose a tag to compare