summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysAdd new protocol crate with basic types and operations魏曹先生
6 daysAdd debug prints and assertions to space root test魏曹先生
6 daysAdd AbsolutePath pattern to SpaceRootFindPattern魏曹先生
8 daysAdd benchmark for ID alias operations魏曹先生
8 daysMove ID alias methods to separate module魏曹先生
8 daysAdd ID mapping system for local/remote index source conversion魏曹先生
9 daysAdd serde as a dependency and derive Serialize for CoreCompileInfo魏曹先生
9 daysAdd benchmark for SheetDataTree performance魏曹先生
9 daysAdd doc comments to SheetDataTreeNode methods魏曹先生
9 daysAdd sheet data tree structure魏曹先生
9 daysExtract custom string comparison logic into separate module魏曹先生
9 daysSimplify SheetData RWData implementation魏曹先生
10 daysAdd framework system and refactor module exports魏曹先生
11 daysReplace Cell with RwLock for thread-safe space_dir caching魏曹先生
12 daysAdd vault and workspace systems with config management魏曹先生
12 daysAdd dependencies and constants for vault system魏曹先生
12 daysAdd config system and space macro with workspace dependencies魏曹先生
12 daysConsolidate dependencies using workspace inheritance魏曹先生
12 daysReplace cfg_file with new config system魏曹先生
12 daysFix handling of dot dir names in find_space_root_with魏曹先生
12 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魏曹先生
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.
2026-02-24Add deprecated feature and migrate string_proc to just_fmt魏曹先生
- 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
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魏曹先生