DOC: upgrade guide from nom7 to nom8
Author: ahaoboyCreated May 20, 2025Updated Dec 30, 2025
It would be helpful if nom could provide upgrade documentation
Although these are some minor changes, it still took some time to search through Google and AI to update them correctly.
warning: use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuplescombinator(arg)(input)
combinator(arg).parse(input)Source: rust-bakery/nom