1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Simplify bcodec decode (#162)

This commit is contained in:
Juan Aguilar
2020-07-20 14:09:24 +00:00
committed by GitHub
parent 8d0bd7ce1c
commit 5d6d309e66
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Use `.advance()` instead of `.split_to()`.
* Upgrade `tokio-util` to `0.3`.
* Improve `BytesCodec` `.encode()` performance
* Simplify `BytesCodec` `.decode()`
## [0.2.0] - 2019-12-10