https://github.com/pungrumpy/rust-for-noob
Learning Rust Programming Language For Noobs
https://github.com/pungrumpy/rust-for-noob
Last synced: 4 months ago
JSON representation
Learning Rust Programming Language For Noobs
- Host: GitHub
- URL: https://github.com/pungrumpy/rust-for-noob
- Owner: PunGrumpy
- License: mit
- Created: 2023-04-18T17:50:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T18:14:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T06:32:16.221Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust For Noobs
Learning Rust Programming Language for Noobs and Beginners with Examples and Tutorials.
## What is Rust?
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
## Why Rust?
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
## How to Run Rust Programs?
To run Rust programs, you need to install Rust on your system. You can install Rust by following the instructions on the official Rust website.