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
+3
View File
@@ -39,6 +39,9 @@ matrix:
# 128 bit numbers
- env: EXTRA_ARGS="--features i128"
# `Either` impls
- env: EXTRA_ARGS="--features either"
# WASM support
- rust: beta
script: