buf: Inital pass at updating BufStream (#1355)

This commit is contained in:
Lucio Franco
2019-07-25 14:21:48 -04:00
committed by GitHub
parent 298be80249
commit f311ac3d4f
11 changed files with 26 additions and 17 deletions
+2 -3
View File
@@ -24,11 +24,10 @@ publish = false
[dependencies]
bytes = "0.4.10"
either = { version = "1.5", optional = true}
futures = "0.1.23"
[features]
default = ["util"]
util = ["bytes/either", "either"]
# default = ["util"]
# util = ["bytes/either", "either"]
[dev-dependencies]
tokio-mock-task = "0.1.1"