mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-17 00:00:14 +02:00
Add vectored support to Buf and BufMut
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#![doc(html_root_url = "https://docs.rs/bytes/0.4")]
|
||||
|
||||
extern crate byteorder;
|
||||
extern crate iovec;
|
||||
|
||||
pub mod buf;
|
||||
pub use buf::{
|
||||
|
||||
Reference in New Issue
Block a user