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
- Host: GitHub
- URL: https://github.com/barabadzhi/trpl
- Owner: barabadzhi
- License: mit
- Created: 2017-05-07T19:48:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T17:41:48.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T00:41:18.405Z (about 1 year ago)
- Topics: book, complete, exercises, rust, rust-book, rustlang, trpl
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!