Random notes from the book Network Programming with Rust by Abhishek Chanda, the Guide to Network Programming by Brian Hall, and other sources.
Parser combinators are simple, powerful and flexible for building parsers. I explore how to do it with Rust