aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar nanpuyue <nanpuyue@gmail.com> 2019-07-31 07:50:57 +0800
committerGravatar Douman <douman@gmx.se> 2019-08-16 15:49:37 +0200
commitb1c17169d94d216d5532dd630a50a4c8c7fdeea6 (patch)
tree08c4123965a66efbe26baf44bead4ca0245febf8 /src/lib.rs
parent234d814122d6445bdfb15f635290bfc4dd36c2eb (diff)
downloadbytes-b1c17169d94d216d5532dd630a50a4c8c7fdeea6.tar.gz
bytes-b1c17169d94d216d5532dd630a50a4c8c7fdeea6.tar.zst
bytes-b1c17169d94d216d5532dd630a50a4c8c7fdeea6.zip
impl `LowerHex`/`UpperHex` for `Bytes`/`BytesMut`
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 031a24c..84bccb2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -80,6 +80,7 @@ pub use crate::buf::{
mod bytes;
mod debug;
+mod hex;
pub use crate::bytes::{Bytes, BytesMut};
// Optional Serde support