aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/features.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: add docs_rs feature and improve documentation build魏曹先生3 days1-0/+11
| | | | | | | | Add `docs_rs` feature flag to enable docs.rs-specific configuration, including `--generate-link-to-definition` and logo display. Include the feature in build scripts, editor settings, and feature constants for consistent documentation generation.
* feat(mingling, mingling_picker): add feature constants and fix魏曹先生6 days1-0/+22
| | | | | | | | | | formatting Add `MINGLING_CORE` and `MINGLING_MACROS` feature flag constants to the mingling crate, mirroring existing pattern for other features Reorganize imports and reformat closures in mingling_picker for consistent style
* docs(dev): add Picker2 arguments parser issue page魏曹先生12 days1-0/+11
|
* feat(workspace): add mingling_pathf crate and pathf feature魏曹先生2026-06-281-0/+11
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-33/+33
|
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生2026-05-291-11/+0
|
* Add auto-generated feature flags module and tooling魏曹先生2026-05-291-41/+184
|
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-161-0/+24
|
* Expose compile-time feature flags as public constants魏曹先生2026-05-081-0/+53