hexser 0.4.7

Zero-boilerplate hexagonal architecture with graph-based introspection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Tutorials

The repository includes step-by-step tutorials to help you learn by doing.

- 01: Hello Hex — ../../tutorials/01-hello-hex/README.md (project: ../../tutorials/01-hello-hex)
- 02: Adding Ports — ../../tutorials/02-adding-ports/README.md (project: ../../tutorials/02-adding-ports)
- 03: Implementing Adapters — ../../tutorials/03-implementing-adapters/README.md (project folder)
- 04: CQRS Basics — ../../tutorials/04-cqrs-basics/README.md (project: ../../tutorials/04-cqrs-basics)
- 05: Graph Analysis — ../../tutorials/05-graph-analysis/README.md

Each tutorial folder contains a Cargo project you can build and run. Start with 01-hello-hex.

Examples directory: ../../examples (if present)