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

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.

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
```