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

https://github.com/robertohuertasm/rust-practical-sessions

🦀 🛠️ - A series of Rust workshops
https://github.com/robertohuertasm/rust-practical-sessions

practical-sessions rust tutorial workshops

Last synced: 4 months ago
JSON representation

🦀 🛠️ - A series of Rust workshops

Awesome Lists containing this project

README

          

# Rust, the practical sessions

![rust_practical_sessions](cover_page.png)

This is just an attempt to group some basic use cases that may help to introduce [Rust](https://www.rust-lang.org/) to developers who are not yet familiar with the language.

Use it at your own discretion!

Hopefully, this effort will enable some of the devs at [Alpha](https://alpha.company) to start using [Rust](https://www.rust-lang.org/) on a regular basis ;D

## Sessions

- [01 - Build a gRPC server](/01-grpc-server/)
- [02 - Build a REST API](/02-rest-api/)