summaryrefslogtreecommitdiff
path: root/data/src
AgeCommit message (Collapse)Author
2026-01-24Add Serialize derive to AnalyzeResultPure魏曹先生
2026-01-24Move mapping methods from LocalSheet to LocalSheetData魏曹先生
The add_mapping, move_mapping, and remove_mapping methods now directly operate on LocalSheetData fields and maintain the vfs HashMap. The LocalSheet wrapper methods delegate to LocalSheetData. This centralizes mapping logic and ensures vfs is updated when mappings change.
2026-01-23Add pure analysis result type and conversion魏曹先生
Introduce AnalyzeResultPure struct to hold owned data, separating it from the borrowed lifetime in AnalyzeResult. Provide From conversion to enable easy transformation between the two types.
2026-01-23Add `new` function to LocalSheet魏曹先生
2026-01-12Rename modules for better clarity and organization魏曹先生
2026-01-12Move duplicate constants to constants.rs魏曹先生
2026-01-12Reorganize crate structure and move documentation files魏曹先生