EstebanBorai / the-rust-programming-language

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-rust-programming-language

Learning "The Rust Programming Language" through the book by Steve Klabnik and Carol Nichols • Exercises

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 ConverterSolution

  • Calculate the "nth" Fibonacci numberSolution

Chapter 08

  • AverageSolution

  • 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.

About

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

License:MIT License


Languages

Language:Rust 100.0%