v0.1.4
Breaking change
DynEncoder now requires Send, consistent with all other dyn dispatch traits in this crate (DynStreamingDecoder, DynAnimationFrameDecoder, DynAnimationFrameEncoder, DynDecoderConfig, DynEncoderConfig).
Any codec whose Encoder type is !Send can no longer implement DynEncoder. In practice, all zen* codec encoders own their data and are already Send.
Versions 0.1.0–0.1.3 have been yanked — use 0.1.4 as the baseline.