codetwin 0.1.0

A bidirectional documentation and code synchronization tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[codetwin]
# Output directory for generated documentation
output_dir = "docs"

# Source directories to scan
source_dirs = ["src"]

# Main diagram filename
main_diagram = "STRUCT.md"

# Watch pattern for file monitoring
watch_pattern = "**/*.rs"