Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embeddedalpha/rust-lang
Rust Repo
https://github.com/embeddedalpha/rust-lang
Last synced: 2 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T03:54:31.000Z (about 2 years ago)
- Last Synced: 2023-03-03T02:21:08.412Z (over 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 :