https://github.com/tleonhardt/rust_in_action
My repo to follow along with the Rust in Action book
https://github.com/tleonhardt/rust_in_action
Last synced: 7 months ago
JSON representation
My repo to follow along with the Rust in Action book
- Host: GitHub
- URL: https://github.com/tleonhardt/rust_in_action
- Owner: tleonhardt
- License: apache-2.0
- Created: 2023-05-06T22:50:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T02:05:19.000Z (over 2 years ago)
- Last Synced: 2024-12-28T10:52:23.131Z (over 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_in_action
This is my repo to follow along with the book [Rust in Action](https://www.manning.com/books/rust-in-action) by Tim McNamara.
The official source code repository for the book can be found on GitHub [here](https://github.com/rust-in-action/code).
You should install Rust using the official [rustup](https://rustup.rs/) installer.