nom_fields

Macro fields

Source
macro_rules! fields {
    ($($struct_path:ident)::+ : $($field:ident = $parser:expr),+) => { ... };
}
Expand description

The macro this crate provides. See the top-level documentation for details.