Crate array_bytes[][src]

Macros

dyn2array

Slice/Vec to [u8; _]

hex2array_uncheckedDeprecated

just like hex2bytes_unchecked but to a fixed length array

Enums

Error

The main error of crate array-bytes

Functions

bytes2hex

Bytes to Hex

hex2array_unchecked

just like hex2bytes_unchecked but to a fixed length array

hex2bytes

Hex to Bytes

hex2bytes_unchecked

Just like fn hex2bytes but without checking

Type Definitions

ArrayBytesResult

The generic main result of crate array-bytes

Bytes

Alias for Vec<u8>

Hex

Alias for String