Replacement approaches for deprecated features missing
Author: gdennieCreated May 10, 2026Updated May 11, 2026
Features that are deprecated, such as `tuple`, could use a note stipulating their replacement approach if one exists. In the case of `nom::sequence::tuple`, none had been provided. Subsequent research online suggests that `nom::Parser::and` _may_ be the new recommended technique for constructing a result that is a tuple.
Source: rust-bakery/nom