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