aboutsummaryrefslogtreecommitdiff
path: root/systems/sheet/src/mapping.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement SheetSystem core library魏曹先生2026-02-241-110/+281
| | | | | | | | | | | | | | 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/+422