summaryrefslogtreecommitdiff
path: root/systems/sheet/src/mapping
AgeCommit message (Collapse)Author
2026-02-24Implement SheetSystem core library魏曹先生
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.