For several years, contributors to the Rust project have been working to improve support for a [...]... (more…)
Read more »
Ownership is the concept of tracking aliases and mutations to data, useful
for both memory safety and system design. The Rust programming language
implements ownership via the borrow checker, a static analyzer that extends the
core type system. The borrow... (more…)
Read more »
This is part 2 of an ongoing series of my efforts to learn the programming language Rust. I give you a quick overview on how to create a simple procedural ma... (more…)
Read more »
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019] - dtolnay/proc-macro-workshop... (more…)
Read more »
@ThePrimeagen made me learn Rust so you all don't have to. It's a beautiful language but, like, use it responsibly. ❤️#rust #typescript ALL MY VIDEOS ARE P... (more…)
Read more »