Add tokio-buf and a BufStream trait (#611)

The `BufStream` trait provides an improved API for working with
asynchronous streams of bytes compared to `Stream<Item = [u8]>`
This commit is contained in:
Carl Lerche
2018-10-29 13:43:48 -07:00
committed by GitHub
parent d011b92b9a
commit 51e36e41bc
16 changed files with 1116 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ keywords = ["io", "async", "non-blocking", "futures"]
members = [
"./",
"tokio-async-await",
"tokio-buf",
"tokio-channel",
"tokio-codec",
"tokio-current-thread",