Crate parity_bytes
source · [−]Expand description
General bytes-related utilities.
Includes a pretty-printer for bytes, in the form of ToPretty
and PrettySlice
as
Structs
Slice pretty print helper
Enums
A byte collection reference that can either be a slice or a vector
Traits
Trait to allow a type to be pretty-printed in format!
, where unoverridable
defaults cannot otherwise be avoided.
Type Definitions
Vector of bytes.