Skip to content

v0.1.4

Choose a tag to compare

@lilith lilith released this 26 Mar 06:36
· 136 commits to main since this release

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.