Project: Guessing Game (Part 1)
In our last project, we built a simple calculator. Now, we're going to start a new, slightly more complex project that we will build over the next few articles: a classic guessing game.
In our last project, we built a simple calculator. Now, we're going to start a new, slightly more complex project that we will build over the next few articles: a classic guessing game.
Following our exploration of Rust as a compiled and statically typed language, we now turn our attention to the tools that make the Rust development experience so productive and enjoyable: Cargo and crates.io. These two components are the heart of the Rust ecosystem, enabling developers to build, manage, and share code with ease.