flâneur — a map of the web's best reading

Programming a Guessing Game - The Rust Programming Language

doc.rust-lang.org · 6,608 words · saved by 3 readers

Let’s jump into Rust by working through a hands-on project together! This chapter introduces you to a few common Rust concepts by showing you how to use them in a real program. You’ll learn about let, match, methods, associated functions, using external crates, and more! In the following chapters, we’ll explore these ideas in more detail. In this chapter, you’ll practice the fundamentals.

Programming a Guessing Game - The Rust Programming Language Keyboard shortcuts Press ← or → to navigate between chapters Press S or / to search in the book Press ? to show this help Press Esc to hide this help Auto Light Rust Coal Navy Ayu The Rust Programming Language Programming a Guessing Game Let’s jump into Rust by working through a hands-on project together! This chapter introduces you to a few common Rust concepts by showing you how to use them in a real program. You’ll learn about let , match , methods, associated functions, external crates, and more! In the following chapters, we’ll e

Explore this link on the map →

saved by

related reading