DEV Community

Osahon Ighodaro
Osahon Ighodaro

Posted on

week one with rust.

Embarking on my Rust journey has been nothing short of exhilarating! I've recently crafted a guessing game, a classic starting point for amalgamating newfound knowledge and techniques in Rust.

Rust's concepts like shadowing, ownership, and mutability have truly captivated me. The way Rust manages memory and concurrency through ownership rules is both intuitive and powerful. And the concept of shadowing, allowing variables to be redeclared with new values, adds a flexible layer to coding that I find incredibly handy.

Let's not forget about Cargo – what a joy to work with! The ease of managing dependencies, building projects, have made development fun.

As someone from the .NET family, diving into Rust has been like exploring a new frontier. It's refreshing to experience a language that prioritises safety without compromising on performance or expressiveness. I'm excited to continue this Rust journey and explore even more of its capabilities.

Top comments (0)