HACKER Q&A
📣 davismwfl

Good Rust Codebase to Learn From?


I'm especially interested in codebases of services, web services, data processing/ML and distributed problems in general.

Also, curious to see any large code base and how it is structured and how it may differ from existing patterns.


  👤 yagizdegirmenci Accepted Answer ✓
Rocket (A web framework) has the by far most readable and documented codebase

See: https://github.com/SergioBenitez/Rocket