• Stars
    star
    151
  • Rank 245,642 (Top 5 %)
  • Language
    Rust
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rust in Action book exercises

Rust in Action

Rust in Action book exercises repository

Build

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

The recommended way is via rustup.

Then cd into exercise directory and execute cargo run command.

Contributing guide

Hey, ya! 😺

Found an error? File an issue.

Know a better solution? Pull requests are welcome!