This is an introduction to a parsing library called nom. The nom crate is written by Geoffrey Couprie, aka Geal, and is a remarkably complete and powerful library for building parsers. I recently did a lot of parsing of bytes on the wire for my carp library and it was a lot of work. I wish I had come across the nom library before I had done all of that.