Pest - The Elegant Parser
August 2023
Interesting looking parser that use Parsing Expression Grammars (PEG) which is different than what I've been using with the rust nom parser.
This ones also written in rust so I expect it's pretty fast too.
end of line