summaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file
AgeCommit message (Collapse)Author
2026-01-12Reorganize crate structure and move documentation files魏曹先生
2026-01-03Change default config format from JSON to Bincode魏曹先生
Update file extensions for sheet, share, member, and virtual file metadata to use new custom extensions (.st, .sre, .json, .vf) instead of .bcfg. Also update client-side file extensions for latest info and local sheets.
2026-01-03Refactor config loading to read files after format detection魏曹先生
2026-01-02Add support for Bincode config file format魏曹先生
2025-11-25Improve documentation for system action and config file crates魏曹先生
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-18Update `config.rs`魏曹先生
- If config file not exist, now return Error
2025-09-25Fix clippy warnings in test files魏曹先生
- Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations
2025-09-25Fixed by Clippy魏曹先生
2025-09-21Add Result for ConfigFile魏曹先生
2025-09-20Add exist function to ConfigFile trait魏曹先生
2025-09-20Update cfg_file_derive魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed by Clippy魏曹先生
2025-09-12.魏曹先生
2025-09-12Update config.rs魏曹先生
2025-09-12Add test `cfg_file_test`魏曹先生
2025-09-12Update cfg_file Main Logic魏曹先生
Completed config.rs
2025-09-12Update crate `cfg_file`魏曹先生
Add feature `derive`
2025-09-12Add Crate `cfg_file`魏曹先生
.../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example