- 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 |
||
|---|---|---|
| .. | ||
| routes | ||
| services | ||
| auth.rs | ||
| errors.rs | ||
| mod.rs | ||
| server.rs | ||
| state.rs | ||