Rust JSON parser which picks up values directly without performing tokenization

pikkr – JSON parser which picks up values directly without performing tokenization in Rust… Read more

Similar

Minimal Rust containers on ARMv7

Hey guys, I made a thing! I call it RoaaR, you can see it here: https://github.com/shaunmulligan/roaar. Lately I have been playing around and trying to learn the rust language, but it gets really annoying having to include all the rust toolchain and pus...

Read more »

Yoshua Wuyts: State Machines in Rust

Every now and then I like to think about topics that don't directly relate to my daily work. One of those topics has been parsers: back in January I wrote about byte-ordered stream parsing and how I think we can improve streaming parsing in Rust with a sm... (more…)

Read more »