Rust live coding - Generics, iterators, and parsing

Опубликовано: 31 Май 2026
на канале: David Pedersen
7,189
148

In this video we do a deep dive into writing generic code. Specifically we look at how Iterator works and apply the same pattern to build a small JSON parsing library.

You can find the code at https://github.com/davidpdrsn/json-pa...

If you want to catch me next time I'm live go follow at twitch.tv/davidpdrsn. I also announce streams ahead of time at twitter.com/davidpdrsn.

10:11 - Video starts
11:25 - Building Iterator from scratch
1:22:40 - JSON parsing