Skip to content

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

License

Notifications You must be signed in to change notification settings

wyze/rust-book-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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