This Month in Rust GameDev #11 – June 2020

Welcome to the eleventh issue of the Rust GameDev Workgroup’s
monthly newsletter.
Rust is a systems … Read more

Similar

Announcing Rust 1.14

The Rust team is happy to announce the latest version of Rust, 1.14.0. Rust is a systems programming language focused on safety, speed, and concurrency.

Read more »

Implementing Rust’s Dbg in Python

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 »