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
- Host: GitHub
- URL: https://github.com/robertohuertasm/rust-practical-sessions
- Owner: robertohuertasm
- Created: 2020-04-01T19:29:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T16:29:37.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T11:51:31.358Z (10 months ago)
- Topics: practical-sessions, rust, tutorial, workshops
- Language: Rust
- Homepage:
- Size: 1.34 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust, the practical sessions

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/)