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