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

https://github.com/leegeunhyeok/rust-demo

https://rust-cli.github.io/book/index.html
https://github.com/leegeunhyeok/rust-demo

Last synced: 24 days ago
JSON representation

https://rust-cli.github.io/book/index.html

Awesome Lists containing this project

README

        

# rst

## Setup

```bash
cargo new rst
```

## Run & Test

```bash
# Run
cargo run

# Run rst with arguments
cargo run Hello sample.txt

# Testing
cargo test
```