Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldohomero/rusting
https://github.com/geraldohomero/rusting
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/geraldohomero/rusting
- Owner: geraldohomero
- Created: 2024-01-23T19:16:12.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T21:47:24.000Z (11 months ago)
- Last Synced: 2024-02-28T22:48:01.397Z (11 months ago)
- Language: Rust
- Size: 4.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## O'Reilly Rust course
This repository contains the code for the [O'Reilly Rust course](https://www.oreilly.com/videos/rust-programming-masterclass/9781804612187/) by Dr. Nouman Azam.
## How to run the code
The code is organized in chapters and sections. Each section has a `main.rs` file that can be run with `cargo run`:
```bash
cargo run
```