merge hex & debug into fmt (#357)

This commit is contained in:
南浦月
2020-01-23 10:08:40 -08:00
committed by Sean McArthur
parent f9ebf74091
commit 3853a1fac4
7 changed files with 61 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
mod debug;
mod hex;
/// `BytesRef` is not a part of public API of bytes crate.
struct BytesRef<'a>(&'a [u8]);