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

Three Different Cuts: Rust, Go, and Zig

In this post, we'll look at how Rust, Go, and Zig express the signature of function cut --- the power tool of string mainpulation. Cut takes a string and a pattern, and splits the string around the first occurrence of the pattern: cut(... (more…)

Read more »