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, lets take a look at the following resources 📚
- the official learning guide
- the book
- Rust by examples
- standard library documentation
- the cargo book
- the rust compiler book
- an unofficial guide to Rust ecosystem
- the async book
- Native executable (MacOS)
- Native library
- Adding tests
- Containerized application
- Building with Github actions
- Starting a Web server
- Serving JSON
- Serving static content
- Server side rendering
- Middlewares
- Modular applications
- Integration tests
- synchronous requests
- asynchronous requests
- Asynchronous execution
- Multitreading
- Event based
- Actors