-
Day 5: Counting Bits
Today I take a break from reading and tackle the simple problem of counting bits in Rust. This is my first Rust solution.
-
Day 4: Rust Functions and loops
Today I’m looking at functions and loops. They are an important part of any language and deserve a closer look.
-
Day 3: Rust Variables and Data Types
Today I take a look at Rust variables and data types. It’s a gentle introduction to a language not too alien from JavaScript.
-
Day 2: Cargo
Today I take a look at cargo, Rust’s answer to npm and yarn. It’s a tool that makes a developer’s life that much easier.
-
Day 1: Hello Rust World
I start a new journey using the rust programming language. Some initial thoughts and a hello world program.