brec_macros 0.4.0

Code generator for brec. Implements the block and payload macros.
Documentation
1
2
3
4
5
6
7
8
9
mod assignation;
mod from_bytes;
mod read_exact;
mod to_bytes;

pub(crate) use assignation::*;
pub(crate) use from_bytes::*;
pub(crate) use read_exact::*;
pub(crate) use to_bytes::*;