aboutsummaryrefslogtreecommitdiff
path: root/systems/_constants/src
Commit message (Collapse)AuthorAgeFilesLines
* Add dependencies and constants for vault system魏曹先生2026-03-111-2/+3
|
* Add framework crate魏曹先生2026-03-111-41/+41
|
* Update dependencies and add C bindings generation魏曹先生2026-03-081-2/+0
|
* Add storage system with chunk-based file storage魏曹先生2026-02-271-0/+10
|
* Implement SheetSystem core library魏曹先生2026-02-241-0/+2
| | | | | | | | | | | | | | 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 and reorganize workspace魏曹先生2026-02-111-9/+19
| | | | | | | | - 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
* Add asset system with file locking and atomic writes魏曹先生2026-02-071-14/+11
|
* Add FFI support for constants with C-compatible functions魏曹先生2026-02-061-1/+1
|
* Add constants system with path generation macros魏曹先生2026-02-061-0/+147