linked to by This Week in Rust! Since I’ve been quickly becoming a Rustacean (Rust enthusiast) – see previous posts here – I decided to take a crack at the parser for my baseball … (more…)
Read more »
Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I … (more…)
Read more »
We are excited to announce that the Rust/WinRT project finally has a permanent and public home on GitHub: https://github.com/microsoft/winrt-rs Rust/WinRT follows in the tradition established by C++/WinRT of building language projections for the Windows R... (more…)
Read more »
An alternative implementation of Golang specs, written in Rust for embedding or wrapping. - GitHub - oxfeeefeee/goscript: An alternative implementation of Golang specs, written in Rust for embeddin... (more…)
Read more »
The VGA text mode is a simple way to print text to the screen. In this post, we create an interface that makes its usage safe and simple, by encapsula… (more…)
Read more »