https://github.com/embeddedalpha/rust-lang
Rust Repo
https://github.com/embeddedalpha/rust-lang
Last synced: about 1 year ago
JSON representation
Rust Repo
- Host: GitHub
- URL: https://github.com/embeddedalpha/rust-lang
- Owner: embeddedalpha
- License: mit
- Created: 2022-09-13T02:39:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T03:54:31.000Z (over 3 years ago)
- Last Synced: 2025-01-12T00:28:55.018Z (about 1 year ago)
- Language: Rust
- Size: 4.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Rust Lang
### Hi! Welcome to my Rust repo. Depending upon the time when your are reading this, I have more examples and modules to add to this repo. Feel free to clone, raise issues and message me anytime you run into an issue.
### To start a new project:
```
cargo new
```
### To just build:
```
cargo build
```
### To just build for production:
```
cargo build --release
```
### To build and run
```
cargo run
```
### Stuff I've covered :