[][src]Module serde_hex::macros

Collection of useful macros.

Includes macros for easyily implementing SerHex, as well as a number of macros for defining useful triats on byte-array style newtypes (e.g.; Foo([u8;n])).

Modules

hex

Various helpful macros related to implementing SerHex.

misc

This module contains various helpful macros which are not strictly part of Hexadecimal serialization/deserialization.