aboutsummaryrefslogtreecommitdiff
path: root/systems/_constants/macros
Commit message (Collapse)AuthorAgeFilesLines
* Apply clippy suggestions and improve code quality魏曹先生2026-03-201-18/+16
|
* Consolidate dependencies using workspace inheritance魏曹先生2026-03-111-5/+5
|
* Update dependencies and add C bindings generation魏曹先生2026-03-081-4/+2
|
* Add inline(always) to constant getter functions魏曹先生2026-02-271-0/+1
|
* 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 asset system with file locking and atomic writes魏曹先生2026-02-071-1/+1
|
* Add FFI support for constants with C-compatible functions魏曹先生2026-02-061-17/+99
|
* Add constants system with path generation macros魏曹先生2026-02-062-0/+204