summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
3 daysApply clippy suggestions and improve code quality魏曹先生
12 daysReplace cfg_file with new config system魏曹先生
2026-02-25Replace string_proc with just_fmt as external dependency魏曹先生
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 PathFormatConfig for customizable path formatting魏曹先生
2026-02-12Update crypto dependencies and refactor challenge generation魏曹先生
2026-02-05Add documentation and examples to string processing utilities魏曹先生
2026-01-12Reorganize crate structure and move documentation files魏曹先生