aboutsummaryrefslogtreecommitdiff
path: root/systems/_constants
Commit message (Collapse)AuthorAgeFilesLines
* Add inline(always) to constant getter functions魏曹先生2026-02-271-0/+1
|
* 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 deprecated feature and migrate string_proc to just_fmt魏曹先生2026-02-242-3/+2
| | | | | | | | | | | - Add `deprecated` feature flag to Cargo.toml - Gate `string_proc` module behind both `deprecated` and `string_proc` features - Replace internal `string_proc` dependency with `just_fmt` crate in constants macros - Mark all `string_proc` modules as deprecated with migration instructions - Remove `string_proc` dependency from sheet system
* 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-073-16/+13
|
* Add FFI support for constants with C-compatible functions魏曹先生2026-02-063-18/+101
|
* Add constants system with path generation macros魏曹先生2026-02-064-0/+358