mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-12 00:00:14 +02:00
6 lines
111 B
Rust
6 lines
111 B
Rust
mod debug;
|
|
mod hex;
|
|
|
|
/// `BytesRef` is not a part of public API of bytes crate.
|
|
struct BytesRef<'a>(&'a [u8]);
|