I’ve been learning Rust for the past twenty days or so, working through the Blandy & Orendorff book, coding up things as I go. Once I got into playing with Rust traits and closures and as… (more…)
Read more »
Rust GCC Front-end - Philip Herron, David Faust---The Linux Plumbers Conference is the premier event for developers working at all levels of the plumbing lay... (more…)
Read more »
Font introspection, complex text shaping and glyph rendering. - dfrg/swash... (more…)
Read more »
The Rust programming language provides a powerful type system that checks
linearity and borrowing, allowing code to safely manipulate memory without
garbage collection and making Rust ideal for developing low-level,
high-assurance systems. For such system... (more…)
Read more »
Today is four years since I first learned about the existence of Rust. I know this because Rust 0.5 was the first release I used. Rust has changed a lot in that time. For a brief overview of its history, watch this talk of mine. But for today, I... | Stev...
Read more »