aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/structural_renderer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): move config types to public config module魏曹先生3 days1-6/+6
| | | | | | | | | Refactor program configuration types into a dedicated public `config` module under `mingling_core`, making `StructuralRendererSetting` accessible via `mingling_core::config` instead of the crate root. Update all internal references and setup modules to use the new `config::` path convention.
* chore: add "Doc Not Optimize" comments to source files魏曹先生3 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* feat: deprecate basic and structural renderer setups when picker is魏曹先生2026-07-191-0/+14
| | | | enabled
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-0/+61