aboutsummaryrefslogtreecommitdiff
path: root/systems/sheet/src/sheet.rs
Commit message (Collapse)AuthorAgeFilesLines
* Apply clippy suggestions and improve code quality魏曹先生2026-03-201-16/+13
|
* Add sheet data tree structure魏曹先生2026-03-141-1/+1
|
* Simplify SheetData RWData implementation魏曹先生2026-03-141-23/+9
|
* Add framework system and refactor module exports魏曹先生2026-03-141-6/+4
|
* Add dependencies and constants for vault system魏曹先生2026-03-111-1/+57
|
* Add remote flag to IndexSource and parsing support魏曹先生2026-02-271-1/+37
|
* Add public getter for sheet mappings魏曹先生2026-02-251-0/+10
|
* Add serde derive to sheet system structs魏曹先生2026-02-251-4/+5
|
* Fix missing mapping insertions after swapping values魏曹先生2026-02-241-0/+2
|
* Move sheet file R/W to v1 module魏曹先生2026-02-241-28/+156
|
* Implement SheetSystem core library魏曹先生2026-02-241-1/+374
| | | | | | | | | | | | | | Add IndexSource type for resource addressing and implement mapping system with LocalMapping, Mapping, and MappingBuf types. Create Sheet and SheetData structs for managing sheet data with editing capabilities. Implement binary format serialization/deserialization with reader and writer modules. Add constants for file format layout and comprehensive test suite for roundtrip verification.
* Add sheet system with mapping macros and modules魏曹先生2026-02-121-0/+1