Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitgab19/rust-learning
This repo is focused on learning Rust through any kind of practical projects development
https://github.com/gitgab19/rust-learning
rust-language
Last synced: about 1 month ago
JSON representation
This repo is focused on learning Rust through any kind of practical projects development
- Host: GitHub
- URL: https://github.com/gitgab19/rust-learning
- Owner: GitGab19
- License: mit
- Created: 2022-10-18T16:17:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T16:11:01.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:22:17.188Z (about 1 month ago)
- Topics: rust-language
- Language: Rust
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Learning
This repo is focused on learning Rust through any kind of practical projects development.## moon_weight_computation
This is the first basic project developed in Rust. It's very easy, and it does nothing else than calculating your weight onto the Moon :)## http_server
This is another Rust project developed following a course found on the web.
It introduces a lot of fundamental concepts about Rust programming, trying to reproduce a very simple server activity.