aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp/flags.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): improve code style and public API clarity魏曹先生5 days1-5/+5
| | | | | | | | | | | | | | | | Replace bool-based settings with enums, refine visibility and signatures, and standardize `Self` usage across the crate. - Introduce `ErrorOutput`, `RenderOutput`, `PanicSilence`, `Verbosity`, `ColorOutput`, and `ProgressOutput` enums for clearer configuration semantics - Make `GlobalResources`, `ProgramCell`, and `split_input`/`split_input_string` public - Change hook info parameters to accept references and `split_input_string` to take `&str` - Apply `Self` shorthand throughout implementations and add `#[must_use]` attributes where appropriate - Enable strict clippy lints with targeted allowances
* feat(flags): derive PartialEq and Eq for ShellFlag魏曹先生11 days1-1/+1
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-1/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+1
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-091-0/+45