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

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

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!