Writing an Embedded Operating System in Rust [video]

Rust is a systems language, similar to C, that also provides memory and thread safety at compile time. It’s an extremely powerful language with great perform… Read more

Similar

Of tantivy, a search engine in Rust

I have been working more or less with search engines since 2010. Since then, I entertained the idea to try and code my own search engine. I ended up never starting this project, but accumulated more and more information over the year about how to implemen...

Read more »

Make a Language in Rust, Part Fifteen: Markers

A ‘marker’ is an abstraction over Rowan that makes working with it nicer, and also allows for some fancier parsing techniques. You can think of them as a fancy version of the checkpoints we’ve been using up to this point. Here’s a rough sketch of the API ... (more…)

Read more »