Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.