Writing Pong in Rust for My OS Written in Rust

This post is part of a larger effort you can view over here: https://osblog.stephenmarz.com. Read more

Similar

Working with Strings in Rust

There’s a question that always comes up when people pick up the Rust programming language: why are there two string types? Why is there String, and &str? My Declarative Memory Management article answers the question partially, but there is a lot more ... (more…)

Read more »