- Restructure domain/, repositories/, and routes/api/ into themed subdirectories: coffee/, auth/, analytics/ (and system/ for routes) - Convert super:: relative imports to crate:: absolute paths - Promote macro visibility from pub(super) to pub(crate) - Add pub use re-exports for backward-compatible import paths |
||
|---|---|---|
| .. | ||
| application | ||
| domain | ||
| infrastructure | ||
| presentation | ||
| lib.rs | ||
| main.rs | ||