Sign in
android
/
platform
/
external
/
rust
/
crates
/
bytes
/
3f98843a6ad08a5cebb10f9a54ceb2e51cd124d7
/
.
/
src
/
fmt
/
mod.rs
blob: 676d15fc21f1f0b09c38373feb960f98f2e07522 [
file
] [
log
] [
blame
]
mod
debug
;
mod
hex
;
/// `BytesRef` is not a part of public API of bytes crate.
struct
BytesRef
<
'a>(&'
a
[
u8
]);