impl LowerHex/UpperHex for Bytes/BytesMut

This commit is contained in:
nanpuyue
2019-08-16 15:49:37 +02:00
committed by Douman
parent 234d814122
commit b1c17169d9
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ pub use crate::buf::{
mod bytes;
mod debug;
mod hex;
pub use crate::bytes::{Bytes, BytesMut};
// Optional Serde support