https://github.com/geraldohomero/rusting
This repository contains the code for the O'Reilly Rust course by Dr. Nouman Azam.
https://github.com/geraldohomero/rusting
Last synced: about 2 months ago
JSON representation
This repository contains the code for the O'Reilly Rust course by Dr. Nouman Azam.
- Host: GitHub
- URL: https://github.com/geraldohomero/rusting
- Owner: geraldohomero
- Created: 2024-01-23T19:16:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-28T21:47:24.000Z (about 1 year ago)
- Last Synced: 2025-01-15T07:44:17.106Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 4.42 MB
- Stars: 1
- 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
```