Expand description
The core functionality of the CMZ protocol macros
You should not need to use this crate directly. The cmz_core
function is called by the cmz_derive crate to implement the
CMZProtocol family of macros.
Structs§
- Proto
Spec - A parsed protocol specification, following the syntax described in
the documentation for the
muCMZProtocol!macro in thecmzcrate.
Functions§
- cmz_
core - Produce the expansion of the
CMZProtocolfamily of macros.