File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,12 +207,15 @@ crab-code/
207207β βββ common/ # crab-common: shared foundation
208208β β βββ Cargo.toml
209209β β βββ src/
210- β β βββ lib.rs
210+ β β βββ lib.rs # exports error, result, utils
211211β β βββ error.rs # thiserror unified error enum
212212β β βββ result.rs # type Result<T>
213- β β βββ text.rs # Unicode width, ANSI strip
214- β β βββ path.rs # cross-platform path normalization
215- β β βββ id.rs # ULID generation
213+ β β βββ utils/ # utility functions (no business semantics)
214+ β β βββ mod.rs
215+ β β βββ id.rs # ULID generation
216+ β β βββ path.rs # cross-platform path normalization
217+ β β βββ text.rs # Unicode width, ANSI strip
218+ β β βββ debug.rs # debug categories, tracing init
216219β β
217220β βββ core/ # crab-core: domain model
218221β β βββ Cargo.toml
You canβt perform that action at this time.
0 commit comments