- 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 |
||
|---|---|---|
| .. | ||
| bags.rs | ||
| brews.rs | ||
| cafes.rs | ||
| checkin.rs | ||
| cups.rs | ||
| gear.rs | ||
| mod.rs | ||
| roasters.rs | ||
| roasts.rs | ||
| scan.rs | ||