nom-fields
This crate provides a single function-like macro that removes some boilerplate from a common pattern when using the parsing framework nom.
With this macro, the following parser...
map
...becomes this:
!
fields
This crate provides a single function-like macro that removes some boilerplate from a common pattern when using the parsing framework nom.
With this macro, the following parser...
map
...becomes this:
!
fields