https://github.com/dmdv/rust-edu
https://github.com/dmdv/rust-edu
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmdv/rust-edu
- Owner: Dmdv
- Created: 2022-11-25T15:58:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T15:11:45.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:28:25.873Z (over 1 year ago)
- Language: Rust
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-edu
## Essentials
https://educative.io
## Recipes
https://www.udemy.com/course/rust-programming-recipes
## Cargo commands
```shell
cargo build --release
cargo run --test
```