aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/node.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): improve code style and public API clarity魏曹先生5 days1-4/+4
| | | | | | | | | | | | | | | | 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
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+74
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Add documentation for mingling_core魏曹先生2026-04-011-0/+5
|
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-291-0/+54