Releases: dtolnay/erased-serde
Releases · dtolnay/erased-serde
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
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
Release 0.4.0-rc.1
0.3.31
0.3.30
0.3.29
- Partially work around rust-analyzer bug (rust-lang/rust-analyzer#9911)