Files
bytes/src/fmt/mod.rs
T

6 lines
111 B
Rust
Raw Normal View History

2020-01-24 02:08:40 +08:00
mod debug;
mod hex;
/// `BytesRef` is not a part of public API of bytes crate.
struct BytesRef<'a>(&'a [u8]);