Skip to content

Commit d58a5c6

Browse files
Update README
1 parent 03f2e07 commit d58a5c6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# hexarch
1+
![An illustration of a honeybee standing on top of hexagonal honeycomb](public/hexagonal-architecture-og.jpg)
22

3-
The complete code for "Master Hexagonal Architecture in Rust"
3+
The complete code
4+
for [_Master Hexagonal Architecture in Rust_](https://www.howtocodeit.com/articles/master-hexagonal-architecture-rust).
5+
6+
This repo is divided into branches corresponding to different parts of the guide:
7+
8+
* 1-very-bad-app: how not to build a Rust application.
9+
* 2-slightly-better-app: a distinct improvement that separates the repository from the HTTP handlers. Recommended for
10+
apps without significant domain logic.
11+
* 3-simple-service: demonstrates the `Service` trait and provides a general-purpose template for hexagonal Rust apps.

0 commit comments

Comments
 (0)