Macros

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

Convert Slice/Vec(Bytes) to a type directly.

Enums

The main error of this crate.

Traits

Simple and safe Bytes/Hex conversions that may fail in a controlled way under some circumstances.

Functions

Just like hex2bytes but to a fixed length array.

Just like hex2array but without the checking.

Just like hex2bytes but without checking.

Just like hex_try_into but without the checking.

Try to convert Hex to a type directly.

Type Definitions

The generic main result of crate array-bytes.

Alias for Vec<u8>.

Alias for String.