aboutsummaryrefslogtreecommitdiff
path: root/systems/sheet/src
Commit message (Collapse)AuthorAgeFilesLines
* Extract custom string comparison logic into separate module魏曹先生2026-03-143-157/+161
|
* 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
|
* Update dependencies and add C bindings generation魏曹先生2026-03-081-4/+2
|
* Replace linear search with binary search in mapping buckets魏曹先生2026-03-082-79/+145
|
* Add remote flag to IndexSource and parsing support魏曹先生2026-02-2710-416/+1153
|
* Compare strings with numeric ordering for digits魏曹先生2026-02-251-10/+66
|
* Add ordering for LocalMapping based on custom character groups魏曹先生2026-02-251-0/+116
|
* Add public getter for sheet mappings魏曹先生2026-02-251-0/+10
|
* Add serde derive to sheet system structs魏曹先生2026-02-253-8/+12
|
* Fix missing mapping insertions after swapping values魏曹先生2026-02-241-0/+2
|
* fixup! Move sheet file R/W to v1 module魏曹先生2026-02-241-2/+17
|
* Move sheet file R/W to v1 module魏曹先生2026-02-2410-45/+248
|
* Move sheet reader and writer to v1 subdirectory魏曹先生2026-02-244-0/+0
|
* Implement SheetSystem core library魏曹先生2026-02-2411-112/+2214
| | | | | | | | | | | | | | 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-124-0/+602
|
* Add sheet system and reorganize workspace魏曹先生2026-02-111-0/+1
- Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module