Add IoRef::with_rw_buf() helper

This commit is contained in:
Nikolay Kim 2023-01-27 12:11:45 +01:00
parent f61f4cc8c5
commit eae2cf2cbf
4 changed files with 30 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.2.5"
version = "0.2.6"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]