aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add pure analysis result type and conversion魏曹先生2026-01-231-0/+30
| | | | | | 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.
* Add `new` function to LocalSheet魏曹先生2026-01-231-0/+17
|
* Rename modules for better clarity and organization魏曹先生2026-01-1221-26/+26
|
* Move duplicate constants to constants.rs魏曹先生2026-01-1210-72/+74
|
* Reorganize crate structure and move documentation files魏曹先生2026-01-1233-0/+5892