What's Changed
- Reexport Bytes and BytesMut from this crate by @thomaseizinger in #41
- Added some extra methods to be compatible with tokio_util::codec by @katyo in #42
- End stream if
decode_eofconsumed buffer and returnedNoneby @goto-bus-stop in #44 - impl std::error::Error for *CodecError by @fogti in #48
- Reduce dependencies by @Kestrer in #50
- Fix clippy warnings. by @najamelan in #53
- Update dependencies (pin-project-lite + bytes) by @Keruspe in #57
New Contributors
- @thomaseizinger made their first contribution in #41
- @katyo made their first contribution in #42
- @fogti made their first contribution in #48
- @Kestrer made their first contribution in #50
- @Keruspe made their first contribution in #57
Full Changelog: v0.4.0...v0.5.0