Expand description
a2lmacros is a crate for internal use by the a2lfile crate. It contains the proc macros used by a2lfile.
Macros§
- a2l_
specification - a2ml_
specification - The
a2ml_specification! macro enables application to conveniently decode and useIF_DATAdefined though A2ML. The macro uses an “enhanced A2ML” language to define the items. Rust data structures and associated code will be generated for items defined inside of the macro.