summaryrefslogtreecommitdiff
path: root/data/src
AgeCommit message (Collapse)Author
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魏曹先生