https://github.com/barabadzhi/rust-in-action
Rust in Action book exercises
https://github.com/barabadzhi/rust-in-action
book exercises rust rust-book rust-in-action rustlang wip
Last synced: about 1 month ago
JSON representation
Rust in Action book exercises
- Host: GitHub
- URL: https://github.com/barabadzhi/rust-in-action
- Owner: barabadzhi
- License: mit
- Created: 2017-09-03T12:14:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T15:17:24.000Z (about 7 years ago)
- Last Synced: 2025-03-23T23:15:09.022Z (about 2 months ago)
- Topics: book, exercises, rust, rust-book, rust-in-action, rustlang, wip
- Language: Rust
- Size: 2.12 MB
- Stars: 153
- Watchers: 7
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust in Action
[Rust in Action](https://www.manning.com/books/rust-in-action) book exercises repository## Build
To build the exercises you need to install Rust programming language.The recommended 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/rust-in-action/issues/new).
Know a better solution? Pull requests are welcome!