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

https://github.com/tyleryep/forge

Rust workshop
https://github.com/tyleryep/forge

Last synced: 9 months ago
JSON representation

Rust workshop

Awesome Lists containing this project

README

          

# forge
Rust workshop

## Commands

```fish
rustup update
cargo build
cargo run
cargo update
cargo fmt
cargo test --test integration_test
```