Table of Contents
- An Introduction to Microservices with Rust
- Developing a Microservice with hyper crate
- Logging and Configuring Microservice
- Data Serialization and Deserialization with the Serde Crate
- Understanding Asynchronous Operations with Futures Crate
- Reactive Microservices - Increasing Capacity and Performance
- Reliable Integration with Databases
- Interaction to Database with Object-Relational Mapping
- Simple REST Definition and Request Routing with Frameworks
- Background tasks and thread pools in Microservices
- Involving concurrency with actors and actix crate
- Scalable Microservices Architecture
- Testing and Debugging Rust Microservices
- Optimization of microservices
- Packing Servers to Containers
- DevOps of Rust Microservices - Continuous Integration and Delivery
- Bounded Microservices with AWS Lambda

