/rust_mart

Repo for the talk on rust project structure

Primary LanguageRust

Rust project structure presentation;

Link to presentation:

https://pitch.com/public/f2d00c0c-b2a0-4fb3-9b8a-595b812a3b77

All the relevant branches are available with instructions on how to run the server.

Relevant branches

  • crud-monolith -> Everything in 1 place.
  • layered-split -> Workspace, crates split by technical concerns.
  • modular-functionality -> Workspace, crate split by modularity.