Search⌘ K

Introduction to First Step with Rust

Explore how to start a Rust project by building a program for a security team. Learn to accept keyboard input, manage data with variables and collections, and use iterators and enumerations in Rust to build foundational skills for game development.

We'll cover the following...

In the previous chapter, we examined the “Hello, World” program. This chapter pushes us further into Rust development by building a program designed to ...