Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmelodie/total-madness


https://github.com/gmelodie/total-madness

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# total-madness
Code snippets for the [Total Madness](https://gmelodie.com/posts/total-madness-0-locks/) post series.

## Usage
1. Clone the repo
```bash
git clone https://github.com/gmelodie/total-madness.git
```
2. Go inside a post's directory (e.g. `episode-1-async`)
```bash
cd total-madness/episode-1-async
```
3. Run the code
```bash
cargo run
```

Also, to run snippets that are on the `bin/` folders like `episode-1-async/bin/naive.rs`:
```bash
cd episode-1-async
cargo run --bin naive
```