Introduction
l3dg3rr is a local-first personal financial document intelligence system focused on retroactive U.S. expat tax preparation from raw PDF statements.
Architecture
The system implements a 6-layer visualization stack:
| Layer | Module | Description |
|---|---|---|
| 0 | graph.rs | NodeData, EdgeData, pipeline node/edge vectors |
| 1 | layout.rs | ForceLayout with Fruchterman-Reingold solver |
| 2 | layout.rs | Isometric projection (iso_project) |
| 3 | render.rs | GraphRenderer for screen coordinates |
| 4 | slint_viz.rs | SlintGraphView with thread-safe layout |
| 5 | host-window.rs | GraphView Slint component |
Source Documentation
This book is auto-generated from Rustdoc comments in the source code.
cargo doc --workspace --no-deps
mdbook build