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.
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: the domain
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: the use cases
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: driving adapters
In this folder you can find the code resulting from the article Hexagonal architecture in Rust: driven adapters
In this folder you can find the code resulting from the article Hexagonal Architecture in Rust: Driven Adapter Switching — CQRS
In this folder you can find the code resulting from the article Hexagonal Architecture in Rust: Driving Adapters Switching — GraphQL