temporary fork of saphyr with serde support merged into main.
f8b6d849d3
The refactoring added `next_is` which takes a `&str` as parameter, while we only use it with strings of lengths 2 and 3. Replacing this by 2 dedicated methods (which can be added to the trait interface and only specialized if needed) removes almost all the overhead that was added by `Input`. |
||
---|---|---|
parser |