https://github.com/tyleryep/forge
Rust workshop
https://github.com/tyleryep/forge
Last synced: 9 months ago
JSON representation
Rust workshop
- Host: GitHub
- URL: https://github.com/tyleryep/forge
- Owner: TylerYep
- License: mit
- Created: 2022-07-30T07:38:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T23:10:32.000Z (over 3 years ago)
- Last Synced: 2025-02-09T07:41:37.417Z (11 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```