Crate array_bytes
source · [−]Enums
The main error of this crate.
Traits
Simple and safe T
/Hex
conversions that may fail in a controlled way under some
circumstances.
Functions
Just like hex2array
but without the checking.
Just like hex2bytes
but without checking.
Just like hex_into
but without the checking.
Try to convert Hex
to T
directly, where T: From<[u8; N]>
.
Just like hex_n_into
but without the checking.
&[T]
to [T; N]
.
Just like slice2array
but without the checking.
Convert &[T]
to a type directly.
Just like slice_n_into
but without the checking.
Vec<T>
to [T; M]
.
Just like vec2array
but without the checking.
Convert Vec<T>
to a type directly.
Just like vec_n_into
but without the checking.
Type Definitions
The generic main result of crate array-bytes.
Alias for Vec<u8>
.
Alias for String
.