02 February 2017
Today marks the release of Rust 1.15. I have been eagerly awaiting this specific release for a while, because it comes with procedural macros and custom derives. You should be excited too, because this release means a lot for production Rust without having to use nightly releases.
Read more16 January 2017
One of the most common questions asked by beginners about Rust is "How do I satisfy the borrow checker?". The borrow checker is probably one of the steepest parts of Rust's learning curve, and it is understandable that beginners have some trouble applying the concepts in a real world situation.
Read more24 November 2016
The following is a word-for-word copy of a tutorial I wrote in November of 2016. The original tutorial can be found on my GitHub page.
Read more