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
- Host: GitHub
- URL: https://github.com/leegeunhyeok/rust-demo
- Owner: leegeunhyeok
- Created: 2022-04-18T09:55:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T09:27:18.000Z (about 3 years ago)
- Last Synced: 2025-02-14T11:54:19.560Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```