summaryrefslogtreecommitdiff
path: root/systems/sheet/src/sheet.rs
AgeCommit message (Collapse)Author
3 daysApply clippy suggestions and improve code quality魏曹先生
9 daysAdd sheet data tree structure魏曹先生
9 daysSimplify SheetData RWData implementation魏曹先生
10 daysAdd framework system and refactor module exports魏曹先生
12 daysAdd dependencies and constants for vault system魏曹先生
2026-02-27Add remote flag to IndexSource and parsing support魏曹先生
2026-02-25Add public getter for sheet mappings魏曹先生
2026-02-25Add serde derive to sheet system structs魏曹先生
2026-02-24Fix missing mapping insertions after swapping values魏曹先生
2026-02-24Move sheet file R/W to v1 module魏曹先生
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.
2026-02-12Add sheet system with mapping macros and modules魏曹先生