This post is now a part of the official rust book In my previous post I talked a bit about why the RWlock pattern is important for
accessing data, … (more…)
Read more »
API documentation for the Rust `matt_gathu` mod in crate `show_notes`. (more…)
Read more »
Summary: Computers weren't designed to have outside concepts, such as units of length, expressed in their function.
Because of this Rust, being a systems language, also has no concept of it.
But just because the computer runtime has no concept of length o... (more…)
Read more »
Burn v0.10.0 sees the addition of the burn-compute crate to simplify the process of creating new custom backends, a new training dashboard and the possibility of using the GPU in the browser along ... (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 »