Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Mar 22, 2023An Introduction to Rust: The Safe, Concurrent, and Performant Programming LanguageIntroduction In today’s software-driven world, developers are always on the lookout for efficient and reliable programming languages. Rust, a relatively new player in the field, has quickly gained popularity among developers for its focus on safety, ...Discuss·7 likes·57 readsRust
Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Apr 9, 2023A Handy Rust Cheat Sheet for Beginners1. Variables and Data Types Declare a variable (immutable by default): let variable_name = value; Declare a mutable variable: let mut variable_name = value; Specify a data type: let variable_name: data_type = value; Common data types: I...Discuss·5 likes·27 readsrust beginner
Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Apr 9, 2023Understanding the Key Differences Between Arrays and Vectors in RustWhen I first started learning Rust, one concept that initially confused me was the distinction between arrays and vectors. Weird right? As a newcomer to the language, it was challenging to understand when to use one over the other and how they functi...Discuss·3 likes·34 readsRust
Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Apr 9, 2023Understanding the Key Differences Between Arrays and Vectors in RustWhen I first started learning Rust, one concept that initially confused me was the distinction between arrays and vectors. Weird right? As a newcomer to the language, it was challenging to understand when to use one over the other and how they functi...Discuss·3 likes·34 readsRust
Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Apr 9, 2023A Handy Rust Cheat Sheet for Beginners1. Variables and Data Types Declare a variable (immutable by default): let variable_name = value; Declare a mutable variable: let mut variable_name = value; Specify a data type: let variable_name: data_type = value; Common data types: I...Discuss·5 likes·27 readsrust beginner
Caroline Nyakio MainaforNyakio’s Blognyakio.hashnode.net·Mar 22, 2023An Introduction to Rust: The Safe, Concurrent, and Performant Programming LanguageIntroduction In today’s software-driven world, developers are always on the lookout for efficient and reliable programming languages. Rust, a relatively new player in the field, has quickly gained popularity among developers for its focus on safety, ...Discuss·7 likes·57 readsRust