Learning Rust through open source and live code reviews

A collection of Rust tips and tricks that we learned after publishing our first open source project and receiving a live review on Twitch… Read more

Similar

5 tips for writing small CLI tools in Rust

Rust is a great language to write small command line tools in. While it gives you some tools for common tasks, allows nice abstractions, it also has a type system and approach to API design that lead you to write robust code. Let me show you some techniqu... (more…)

Read more »