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

https://github.com/dmdv/rust-edu


https://github.com/dmdv/rust-edu

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-edu

## Essentials
https://educative.io

## Recipes
https://www.udemy.com/course/rust-programming-recipes

## Cargo commands

```shell
cargo build --release
cargo run --test
```