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.
Features that are deprecated, such as
tuple, could use a note stipulating their replacement approach if one exists. In the case ofnom::sequence::tuple, none had been provided. Subsequent research online suggests thatnom::Parser::andmay be the new recommended technique for constructing a result that is a tuple.