Modules§
Structs§
- A display helper for formatting a slice of bytes as hex with different options using Rust’s builtin format language
- An adapter of ByteReader to any type that implements std::io::Read
- Implements ByteReader trait for a slice of bytes.
Enums§
- Defines errors which can occur during deserialization.
Traits§
- Defines how primitive values are to be read from
Self
. - Defines how primitive values are to be written into
Self
. - Defines how to deserialize
Self
from bytes. - Defines how to serialize
Self
into bytes. - This trait represents a value that can be converted to a string of hexadecimal digits which represent the raw byte encoding of that value.
Functions§
- Converts and parses a Bound into an included u64 value.
- Transmutes a slice of
n
elements into a slice ofn
/N
elements, each of which is an array ofN
elements. - Returns an array of N vectors initialized with the specified capacity.
- Construct a String containing the hexadecimal representation of
bytes
- Returns a vector of the specified length with un-initialized memory.