I've recently been writing a bit of parsing code in Rust, and I've been jumping back and forth between a few different parsing libraries - they all have different advantages and disadvantages, so I wanted to write up some notes here to help folks who are ... (more…)
Read more »
Versioned data-structures for Rust. Contribute to doctorn/obake development by creating an account on GitHub. (more…)
Read more »
Contribute to google/autocxx development by creating an account on GitHub. (more…)
Read more »
Lately I've been seeing lots of anecdotes from people trying to get into Rust
who get really hung up on strings (&str, String, and their relationship).
Beyond Rust's usual challenges around ownership, there can be an added layer of
frustration because... (more…)
Read more »
This guide explains how you can use "global data" in Rust - paulkernfeld/global-data-in-rust... (more…)
Read more »