Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teschiopol/rust_start
Basic demo and start to learn Rust
https://github.com/teschiopol/rust_start
rust
Last synced: 6 days ago
JSON representation
Basic demo and start to learn Rust
- Host: GitHub
- URL: https://github.com/teschiopol/rust_start
- Owner: teschiopol
- Created: 2022-07-06T07:48:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T14:12:07.000Z (about 2 years ago)
- Last Synced: 2023-06-30T10:41:10.232Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Build](https://github.com/teschiopol/rust_start/actions/workflows/rust.yml/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/teschiopol/rust_start/badge)](https://www.codefactor.io/repository/github/teschiopol/rust_start)# 🚀 Rust_start
Basic demo and start to learn Rust## 💾 Install Rust
Visit: https://www.rust-lang.org/it/tools/install
## 👨🏻💻 Use
If you want to just check try
``cargo test``To run
``cargo run``Note that this command make also the build. If you want only the build, simply ``cargo build``
All informations start from https://doc.rust-lang.org/book/