Expand description
General bytes-related utilities.
Includes a pretty-printer for bytes, in the form of ToPretty
and PrettySlice
as
Structs§
- Pretty
Slice - Slice pretty print helper
Enums§
- Bytes
Ref - 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
format!
, where unoverridable defaults cannot otherwise be avoided.
Type Aliases§
- Bytes
- Vector of bytes.