the-rust-programming-language

Exercises from "The Rust Programming Language" book by Steve Klabnik and Carol Nichols

MIT License

Stars
7
Committers
1

Motivation

As some chapters from "The Rust Programming Language Book" ends with exercises, I decided to put them all together here in order to have them as reference.

Summary

Chapter 01

Chapter 02

Chapter 03

  • Fahrenheit - Celsius Converter Solution

  • Calculate the "nth" Fibonacci number Solution

Chapter 08

  • Average Solution

  • Pig Latin

  • Departments Distribution App

Chapter 12

Build minigrep a tiny implementation of the grep command line tool written in Rust by following the Chapter 12 from the book: An I/O Project: Building a command line program.

Contribution

Every contribution to this repostory is welcome, the main goal is to have the best approach possible to each of the exercises.