Skip to content

actix-codec: v0.3.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 19 Aug 10:30
· 559 commits to master since this release
119dc39
  • Use .advance() instead of .split_to().
  • Upgrade tokio-util to 0.3.
  • Improve BytesCodec .encode() performance
  • Simplify BytesCodec .decode()
  • Rename methods on Framed to better describe their use.
  • Add method on Framed to get a pinned reference to the underlying I/O.
  • Add method on Framed check emptiness of read buffer.