deepwiki-rs 1.1.5

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
pub mod architecture_editor;
pub mod boundary_editor;
pub mod key_modules_insight_editor;
pub mod overview_editor;
pub mod workflow_editor;