Replies: 6 comments 8 replies
-
See also |
Beta Was this translation helpful? Give feedback.
-
#153 added |
Beta Was this translation helpful? Give feedback.
-
See #234 for discussion on the role of macros for writing binary parsers |
Beta Was this translation helpful? Give feedback.
-
As I just mentioned in #504, I am dealing with a format that would require a dec_uint() that allows for leading zeros. Not sure how related that is to binary parsing in general, but that's my context. |
Beta Was this translation helpful? Give feedback.
-
What could also be great (*) is a variant of On a related note, I found myself trying to use (*) /me is half expected to be convinced otherwise, but this is with today's world view of mine. |
Beta Was this translation helpful? Give feedback.
-
In order of most to least encountered:
We use(d) nom-derive extensively, but I've been enjoying writing parsers by hand with nom, it's more flexible. Even if it was to just implement nom-derive's |
Beta Was this translation helpful? Give feedback.
-
I don't do enough binary parsing to have a good feel for needs, so I would love to hear some!
Examples
Beta Was this translation helpful? Give feedback.
All reactions