🦀 Learning nom, a Rust parser combinator library (Twitch stream)
https://www.youtube.com/watch?v=Igajh2Vliog
In this video, we explored nom, a Rust combinator library.
https://docs.rs/nom/latest/nom/
Nom is a cool library to parse streams of text or even binary streams.
In this video, we explore the basics and build some simple hello world examples.
The code is available here: https://gist.github.com/lmammino/0c3e7e6dbaf41303d1059c6a279c59d1
For seeing the next episodes live check out our Twitch channel: https://twitch.tv/loige
#Rust #nom #parser