ObieMunoz / rust-the-book

This repository will contain my exercises associated with reading through "The Book" for The Rust Programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Book

This repository contains code I've written or practiced while reading "The Book" for The Rust Programming Language.

Read the book here.

Date Completed Chapter Exercise Title Exercise Code
2023-02-24 1 - Installation N/A
2023-02-24 1 2 Hello, World Link
2023-02-24 1 3 Hello, Cargo Link
2023-02-25 2 - Guessing Game Link
2023-02-25 3 1 Variables Link
2023-02-25 3 2 Data Types Link
2023-02-25 3 3 Functions Link
2023-02-25 3 4 Comments N/A
2023-02-25 3 5 Control Flow Link
2023-02-25 3 5 (Extra) Fahrenheit -> Celsius Link
2023-02-25 3 5 (Extra) nth Fibonacci Link
2023-02-26 4 1 Ownership N/A
2023-02-26 4 2 References/Borrowing N/A
2023-02-26 4 3 Fix Ownership Errors N/A
2023-02-26 4 4 The Slice Type Link
2023-02-27 5 1 Structs Link
2023-02-28 5 2 Struct Examples Link
2023-03-01 5 3 Struct Method Syntax Link
2023-03-02 6 1 Defining an Enum Link
2023-03-06 6 2 The Match Control Flow Link
2023-03-06 6 3 The If Let Control Flow Link
2023-03-06 6 4 Ownership Inventory #1 N/A

About

This repository will contain my exercises associated with reading through "The Book" for The Rust Programming Language.


Languages

Language:Rust 100.0%