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

add FramedParts::with_read_buf method

This commit is contained in:
Nikolay Kim
2019-03-06 22:53:55 -08:00
parent 51bd7d2721
commit b407c65f4c
3 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.1.0"
version = "0.1.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]