aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt/mod.rs')
-rw-r--r--src/fmt/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fmt/mod.rs b/src/fmt/mod.rs
new file mode 100644
index 0000000..676d15f
--- /dev/null
+++ b/src/fmt/mod.rs
@@ -0,0 +1,5 @@
+mod debug;
+mod hex;
+
+/// `BytesRef` is not a part of public API of bytes crate.
+struct BytesRef<'a>(&'a [u8]);