// "AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language."
| name | deepwiki-rs |
| description | AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language. |
Use Litho when you need to:
Core Workflow:
# Basic codebase analysis
deepwiki-rs -p ./src
# Complete C4 documentation with dual models
deepwiki-rs -p ./project --model-efficient gpt5-mini --model-powerful gpt5
Generate complete C4 model documentation with architecture diagrams and technical specs.
Fast code insights without full documentation pipeline.
Deep architectural analysis with detailed component relationships.
Continuous documentation generation for development workflows.
project-docs/
โโโ 1. Project Overview
โโโ 2. Architecture Overview
โโโ 3. Workflow Overview
โโโ 4. Deep Dive/
โโโ Topic1.md
โโโ Topic2.md
-p, --path: Source directory-o, --output: Output location (default: ./litho.docs)--model-efficient: Fast model for quick analysis--model-powerful: Capable model for deep analysis--skip-preprocessing: Skip initial scanning phase--skip-research: Skip AI research phaseFor detailed configuration, troubleshooting, and advanced patterns:
--model-efficient for large codebases--skip-preprocessing# Install from crates.io (recommended)
cargo install deepwiki-rs
# Build from source
git clone https://github.com/sopaco/deepwiki-rs.git && cd deepwiki-rs && cargo build --release