My journey towards being a better Rust programmer. From basics to advanced topics.
-
- Traditional Hello world program
-
- A program to test variables behaviour
-
- Test how functions and struct methods work
-
- Apply builder pattern with a modular design
-
- Test cargo's functionality and project's structure. Read more on its doc!
The following projects have been written in order to make use of microservices concepts with Rust.
- 01: Hyper Microservice
- A simple microservice built using the hyper crate