[go: up one dir, main page]

Skip to content

The complete code for "Master Hexagonal Architecture in Rust"

License

Notifications You must be signed in to change notification settings

howtocodeit/hexarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An illustration of a honeybee standing on top of hexagonal honeycomb

The complete code for Master Hexagonal Architecture in Rust.

This repo is divided into branches corresponding to different parts of the guide:

  • 1-very-bad-app: how not to build a Rust application.
  • 2-slightly-better-app: a distinct improvement that separates the repository from the HTTP handlers. Recommended for apps without significant domain logic.
  • 3-simple-service: demonstrates the Service trait and provides a general-purpose template for hexagonal Rust apps.

About

The complete code for "Master Hexagonal Architecture in Rust"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published