Closed lucab closed 7 years ago
This commit updates parsers to use nom v2. Notes:
parse_u32s
digit
Incomplete
For more details, see https://github.com/Geal/nom/blob/2.0.0/doc/upgrading_to_nom_2.md
Hey @lucab, thanks for the PR! Should I close this one in favor of #18?
Should I close this one in favor of #18?
No need to, I'll keep rebasing the other one.
This commit updates parsers to use nom v2. Notes:
parse_u32s
asdigit
may now returnIncomplete
on empty inputFor more details, see https://github.com/Geal/nom/blob/2.0.0/doc/upgrading_to_nom_2.md