We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f2e07 commit d58a5c6Copy full SHA for d58a5c6
1 file changed
README.md
@@ -1,3 +1,11 @@
1
-# hexarch
+
2
3
-The complete code for "Master Hexagonal Architecture in Rust"
+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