rcbytes 1.2.2

Rc version bytes crate
Documentation
1
2
3
4
5
mod debug;
mod hex;

/// `BytesRef` is not a part of public API of bytes crate.
struct BytesRef<'a>(&'a [u8]);