RFCs for changes to Rust. Contribute to rust-lang/rfcs development by creating an account on GitHub. (more…)
Read more »
Learning Rust, one tetanus shot at a time. In this post: the work of bringing a Rust ray tracer to the web. WebAssembly, WebAssembly, WebAssembly. (more…)
Read more »
Shows how the TSic temperature sensor code is ported from C to Rust... (more…)
Read more »
Code: https://github.com/contextfreecode/safety0:00 Intro0:27 == C++ (cpp) ==1:30 Returning expired memory3:09 Pointers and values4:02 Analyzing memory error... (more…)
Read more »
Sudoku Solvers I enjoy writing sudoku solvers and improving them as a way to learn a new language (Rust, in this case). They aren’t too large in scale, but are complex enough to expose you to a good amount of langauge features. They also can be iterated o... (more…)
Read more »