implement Buf and BufMut for Either (#225)

This commit is contained in:
Carl Lerche
2018-09-03 10:23:00 -07:00
committed by GitHub
parent 79f05591c9
commit ad35fbef03
4 changed files with 97 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ features = ["i128"]
byteorder = "1.1.0"
iovec = "0.1"
serde = { version = "1.0", optional = true }
either = { version = "1.5", default-features = false, optional = true }
[dev-dependencies]
serde_test = "1.0"