Hexagonal-Sandwich-Recipes
Hexagonal-Sandwich-Recipes copied to clipboard
A tutorial on hexagonal architecture developed in Rust
Hexagonal-Sandwich-Recipes
Here you can find the final source code of my articles about the implementation of the hexagonal architecture in Rust. To ease the understanding it is divided into chapters.
chapter-2 folder
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: the domain
chapter-3 folder
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: the use cases
chapter-4 folder
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: driving adapters
chapter-5 folder
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: driven adapters
chapter-6 folder
In this folder you can find the code resulting from the article Hexagonal Architecture in Rust: Driven Adapter Switching — CQRS
chapter-7 folder
In this folder you can find the code resulting from the article Hexagonal Architecture in Rust: Driving Adapters Switching — GraphQL