Crate parity_bytes[−][src]
General bytes-related utilities.
Includes a pretty-printer for bytes, in the form of ToPretty and PrettySlice
as
Structs
| PrettySlice |
Slice pretty print helper |
Enums
| BytesRef |
A byte collection reference that can either be a slice or a vector |
Traits
| ToPretty |
Trait to allow a type to be pretty-printed in |
Type Definitions
| Bytes |
Vector of bytes. |