A 6-minute lightning talk explaining how you can write perfect code with rust.Start your Rust journey here: https://doc.rust-lang.org/stable/book/Transcripts... (more…)
Read more »
A Rust raytracer over curved spacetimes. Contribute to fragarriss/CurVis development by creating an account on GitHub. (more…)
Read more »
I don’t think I’d surprise many people if I told them a Rust program was often faster than a Python program but today I wrote a small “script” that scanned a large log file for a regular expression and was surprised to find the Rust version ran >400x f... (more…)
Read more »
A new, harder-to-peg version of the ransomware has been rewritten in the Rust programming language. (more…)
Read more »
Rust has an amazing dbg macro that lets you quickly set up an expression printer that will also put in the source line. It also returns the value of the expression so you can even easily inline the printing when you want to! (more…)
Read more »