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

https://github.com/030/learning-rust


https://github.com/030/learning-rust

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# learning-rust

[Installation](https://www.rust-lang.org/tools/install).

## cargo

```bash
cargo init
```

```bash
cargo run
```