renderreport 0.1.0-alpha.2

Data-driven report generation with Typst as embedded render engine — no CLI dependency
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Generated files (root directory only, keep examples/output/)
/*.pdf
*.html

# Test outputs
/tests/output/

# Pack cache
.pack-cache/

# Documentation
/target/doc/

# Node / npm
node_modules/
*.tgz
.npm
examples/output/