serde_hex

Module macros

Source
Expand description

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ยง

  • Various helpful macros related to implementing SerHex.
  • This module contains various helpful macros which are not strictly part of Hexadecimal serialization/deserialization.