summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysAdd config system and space macro with workspace dependencies魏曹先生
12 daysConsolidate dependencies using workspace inheritance魏曹先生
12 daysReplace cfg_file with new config system魏曹先生
13 daysFix handling of dot dir names in find_space_root_with魏曹先生
13 daysAdd framework crate魏曹先生
2026-03-08Move action system to legacy and remove storage system魏曹先生
2026-03-08Update dependencies and add C bindings generation魏曹先生
2026-03-08Exclude compile_info.rs from rust-analyzer file watcher魏曹先生
2026-03-08Add tokio dependency for benchmark runtime魏曹先生
2026-03-08Replace linear search with binary search in mapping buckets魏曹先生
2026-03-08Add Criterion benchmarking for sheet operations魏曹先生
2026-02-27Rename Apache license file to standard name魏曹先生
2026-02-27Add inline(always) to constant getter functions魏曹先生
2026-02-27Add storage system with chunk-based file storage魏曹先生
2026-02-27Add remote flag to IndexSource and parsing support魏曹先生
2026-02-25Compare strings with numeric ordering for digits魏曹先生
2026-02-25Replace string_proc with just_fmt as external dependency魏曹先生
2026-02-25Add derive feature to serde dependency魏曹先生
2026-02-25Add ordering for LocalMapping based on custom character groups魏曹先生
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-24fixup! Move sheet file R/W to v1 module魏曹先生
2026-02-24Add hex_display feature魏曹先生
2026-02-24Move sheet file R/W to v1 module魏曹先生
2026-02-24Move sheet reader and writer to v1 subdirectory魏曹先生
2026-02-24Fix import paths in doc examples魏曹先生
2026-02-24Replace string_proc with just_fmt in _asset crate魏曹先生
2026-02-24Update Cargo.lock魏曹先生
2026-02-24Implement SheetSystem core library魏曹先生
2026-02-24Add deprecated feature and migrate string_proc to just_fmt魏曹先生
2026-02-24Add hex_display utility crate魏曹先生
2026-02-12Add sheet system with mapping macros and modules魏曹先生
2026-02-12Add PathFormatConfig for customizable path formatting魏曹先生
2026-02-12Update crypto dependencies and refactor challenge generation魏曹先生
2026-02-11Add sheet system and reorganize workspace魏曹先生
2026-02-08Remove duplicate file name conversion in path validation魏曹先生
2026-02-07Rename asset crate to asset_system魏曹先生
2026-02-07Add asset system with file locking and atomic writes魏曹先生
2026-02-06Add FFI support for constants with C-compatible functions魏曹先生
2026-02-06Add constants system with path generation macros魏曹先生
2026-02-05Add documentation and examples to string processing utilities魏曹先生
2026-02-05Remove examples and legacy code, update .gitignore魏曹先生
2026-01-24Remove auto-generated docs.rs file from version control魏曹先生
2026-01-24Add Serialize derive to AnalyzeResultPure魏曹先生
2026-01-24Move mapping methods from LocalSheet to LocalSheetData魏曹先生
2026-01-23Update project license to dual MIT/Apache 2.0魏曹先生
2026-01-23Add Apache 2.0 license and update MIT license魏曹先生
2026-01-23Add local actions modules and ProcessActionError enum魏曹先生
2026-01-23Add pure analysis result type and conversion魏曹先生