This is a demonstration of building a parser in Rust using the
nom crate. I recently built a parser for
the cddl-cat crate using nom,
and I found it a surprisingly not-terrible experience, much better than my past
experiences with other parser-generators ... (more…)
Read more »
Wasmer server-side WebAssembly runtime comes in
multiple flavors. Written in Rust, it is embedded in different
languages, such as C, Python, Go, Ruby, PHP, Java, and many more
(discover all the
integrations). (more…)
Read more »
A while ago, I built a system-tray application in Rust to notify me ofnew e-mail called buzz. It was workingfine, but every now and again, it would fail to c... (more…)
Read more »
Got any issues or want to check out all the final code at once?
Everything's on Github! (more…)
Read more »
A blog post titled, "Diving into Go by Building a CLI Application" has been
making it's rounds of the internet. It uses a small XKCD downloader as the
subject. I thought was small and self contained enough, that it'd be
interesting to see the same exam... (more…)
Read more »