Merge branch 'v0.4.x' into uplift-0.4-commits

This commit is contained in:
Sean McArthur
2019-06-06 14:08:29 -07:00
15 changed files with 369 additions and 35 deletions
+4
View File
@@ -96,3 +96,7 @@ pub use bytes::{Bytes, BytesMut};
#[cfg(feature = "serde")]
#[doc(hidden)]
pub mod serde;
// Optional `Either` support
#[cfg(feature = "either")]
mod either;