Crate ethcore_bytes

Source
Expand description

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 format!, where unoverridable defaults cannot otherwise be avoided.

Type Aliases§

Bytes
Vector of bytes.