My rust adventure continues as I have been furiously working on Rust/WinRT for the last five months or so. I am looking forward to opening it up to the community as soon as possible. Even then, it … (more…)
Read more »
With web frameworks like Rocket, developers can use Rust to build fast and secure web applications with very little boilerplate code. (more…)
Read more »
Support for different platforms are organized into three tiers, each with a
different set of guarantees. (more…)
Read more »
Today, I'm writing about what types can be used for other than checking code properties. It will involve a good chunk of dynamic typing, and yes it's in Rust. There are some wild ideas in it, so fasten your seatbelt and get ready for a ride! (more…)
Read more »
It’s common knowledge that Rust code is slow to compile.But I have a strong gut feeling that most Rust code out there compiles much slower than it could. (more…)
Read more »