Hacker News new | ask | show | jobs
by BFLpL0QNek 1269 days ago
Have you read this good series of blogposts on implementing Hexagonal Architecture in Rust? https://alexis-lozano.com/hexagonal-architecture-in-rust-1/

I’m the opposite, I don’t find much need for “dependency injection” frameworks. It’s trivial to do DI without frameworks.

2 comments

This hexagon architecture looks a lot like a free monad interpreter.
Thanks, will check it out