https://github.com/losthopes/rust-test-project
Project to learn Rust
https://github.com/losthopes/rust-test-project
Last synced: over 1 year ago
JSON representation
Project to learn Rust
- Host: GitHub
- URL: https://github.com/losthopes/rust-test-project
- Owner: LostHopes
- License: mit
- Created: 2025-03-24T12:24:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T12:37:09.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:32:21.973Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup
Build a project with cargo
```bash
cargo build
```
Clean the target files
```bash
cargo clean
```