Crate array_bytes[][src]

Macros

dyn2array

Slice/Vec(Bytes) to [u8; _]

dyn_into

Convert Slice/Vec(Bytes) to a type directly

hex2array_uncheckedDeprecated

Just like hex2array but without checking

Enums

Error

The main error of crate array-bytes

Traits

TryFromHex

Functions

bytes2hex

Bytes to Hex

hex2array

Just like hex2bytes but to a fixed length array

hex2array_unchecked

Just like hex2array but without checking

hex2bytes

Hex to Bytes

hex2bytes_unchecked

Just like hex2bytes but without checking

hex_into_unchecked

Just like hex_try_into but without checking

hex_try_into

Try to convert Hex to a type directly

Type Definitions

ArrayBytesResult

The generic main result of crate array-bytes

Bytes

Alias for Vec<u8>

Hex

Alias for String