Expand description
@c4 container
§Extract Docs Rust
Rust language adapter — parses //! annotations from mod.rs/lib.rs files.
| File | Pattern | Purpose | Health |
|---|---|---|---|
walker.rs | – | Directory tree walker | planned |
parser.rs | – | Annotation parser | planned |
path_resolver.rs | – | File path to module path conversion | planned |
pattern_heuristic.rs | Strategy | Structural GoF pattern detection | planned |
fitness.rs | – | Architectural fitness functions | planned |
promote.rs | – | Auto-promote planned to verified | planned |
cargo_modules.rs | – | cargo-modules integration (optional) | planned |
Modules§
- cargo_
modules - cargo-modules integration for import graph validation and orphan detection.
- fitness
- parser
- path_
resolver - pattern_
heuristic - Structural heuristics for GoF pattern detection.
- promote
- walker