Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 881 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 881 Bytes

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.