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
0graph.rsNodeData, EdgeData, pipeline node/edge vectors
1layout.rsForceLayout with Fruchterman-Reingold solver
2layout.rsIsometric projection (iso_project)
3render.rsGraphRenderer for screen coordinates
4slint_viz.rsSlintGraphView with thread-safe layout
5host-window.rsGraphView Slint component

Source Documentation

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

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