deepwiki-rs 1.2.9

deepwiki-rs(also known as Litho) is a high-performance automatic generation engine for C4 architecture documentation, developed using Rust. It can intelligently analyze project structures, identify core components, parse dependency relationships, and leverage large language models (LLMs) to automatically generate professional architecture documentation.
1
2
3
4
5
6
7
pub mod architecture_researcher;
pub mod boundary_analyzer;
pub mod database_overview_analyzer;
pub mod domain_modules_detector;
pub mod key_modules_insight;
pub mod system_context_researcher;
pub mod workflow_researcher;