Skip to content

wyze/rust-book-examples

Repository files navigation

Rust Programming Language Book Examples

Working through the chapters of the book and writing the examples.

Setup

$ git clone https://github.com/wyze/rust-book-examples.git
$ cd rust-book-examples

Usage

Run most chapters

$ cargo run

Run guessing game

$ cargo run game

Run mean, median, and mode program

$ cargo run mean-median-mode

Run pig latin program

$ cargo run pig-latin

Run company directory program

$ cargo run company-directory

Run web server

$ cargo run web-server

License

MIT © Neil Kistner

About

Working through the chapters of the book and writing the examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published