1mod debug;
2mod hex;
3
4/// `BytesRef` is not a part of public API of bytes crate.
5struct BytesRef<'a>(&'a [u8]);
6