//! 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])`).
#[macro_use]pubmodmisc;#[macro_use]pubmodhex;#[macro_use]modlocal;