mustang is a system for writing Rust programs entirely in Rust, meaning
they don't use libc, crt1.o, or any C code. It's experimental, but it's
complete enough to run a std-using Hello World and other simple programs
on Linux on x86-64, x86, and aarch64. (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
Get started developing with Rust using Windows, including setup for your development environment, Rust for Windows, and code examples. (more…)
Read more »
I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash table 10 times faster and s... (more…)
Read more »
TL;DR: I made a Rust library ( where you can write BNF (Backus–Naur form) grammars that are as strong as manually-written recursive descent parsers. This is not a normal parser generator. The philo… (more…)
Read more »