An open API service indexing awesome lists of open source software.

https://github.com/barabadzhi/trpl

The Rust Programming Language book second edition exercises
https://github.com/barabadzhi/trpl

book complete exercises rust rust-book rustlang trpl

Last synced: 11 months ago
JSON representation

The Rust Programming Language book second edition exercises

Awesome Lists containing this project

README

          

# trpl
The Rust Programming Language book [second edition](https://doc.rust-lang.org/nightly/book/second-edition/) exercises repository

### Build
To build the exercises you need to install Rust programming language.

The recomended way is via [rustup](https://rustup.rs/).

Then ```cd``` into exercise directory and execute ```cargo run``` command.

### Contributing guide
Hey, ya! :smiley_cat:

Found an error? File an [issue](https://github.com/hiseni/trpl/issues/new).

Know a better solution? Pull requests are welcome!