Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

LayerModuleDescription
0graphNodeData, EdgeData, pipeline node/edge vectors
1layoutForceLayout with Fruchterman-Reingold solver
2layoutIsometric projection (iso_project)
3renderGraphRenderer for screen coordinates
4slint_vizSlintGraphView with thread-safe layout
5host-window.rsGraphView Slint component

Theory

See Theory of Operation for the Novel Theory of Tool pattern and executable documentation.

Source Documentation

This book is auto-generated from Rustdoc comments in the source code.

cargo doc --workspace --no-deps
mdbook build