Skip to content

JCalderan/learn-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn-rust

A collection of resources and exemples to learn Rust. This repository is intended as both a playground and a reference documentation I can come back to during my journey on learning Rust.

First thing first

First, lets take a look at the following resources 📚

Building Applications with Rust

  • Native executable (MacOS)
  • Native library
  • Adding tests
  • Containerized application
  • Building with Github actions

Building an HTTP API with Rust

  • Starting a Web server
  • Serving JSON
  • Serving static content
  • Server side rendering
  • Middlewares
  • Modular applications
  • Integration tests

Sending HTTP requests with Rust

  • synchronous requests
  • asynchronous requests

Concurency with Rust

  • Asynchronous execution
  • Multitreading
  • Event based
  • Actors

About

A collection of resources and exemples to learn Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published