Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geraldohomero/rusting


https://github.com/geraldohomero/rusting

Last synced: about 8 hours ago
JSON representation

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