mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-22 00:00:15 +02:00
Replace iovec with std::io::IoSlice
- Renames `bytes_vec` to `bytes_vectored` and `bytes_vec_mut` to `bytes_vectored_mut`.
This commit is contained in:
@@ -30,7 +30,6 @@ features = ["i128"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.1.0"
|
||||
iovec = { git = "https://github.com/carllerche/iovec" }
|
||||
serde = { version = "1.0", optional = true }
|
||||
either = { version = "1.5", default-features = false, optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user