Crate array_bytes[][src]

Macros

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

Convert Slice/Vec(Bytes) to a type directly

Enums

The main error of crate array-bytes

Traits

Functions

Just like hex2bytes but to a fixed length array

Just like hex2array but without checking

Just like hex2bytes but without checking

Just like hex_try_into but without 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