Announcing `winnow`: toml_edit + combine + nom

See my blog post

4 Likes

docs are now up: winnow - Rust

Function combinator novice here.

I'm learning the subject with nom by writing a text parser. I have been struggling to find an apt mental model using nom's documentation, tests, and example parsers written in nom.

I saw your tutorial and it is exactly what i'm looking for. Thank you for putting in those hours to craft such helpful materials. I also learned of the nominomicon from your post!

2 Likes