aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/func/suggest.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): add batch methods to Suggest and update macro魏曹先生41 hours1-12/+31
| | | | | | | | | Add `add_suggest()` and `add_suggest_with_description()` methods to `Suggest` for ergonomic batch population of suggestion sets from collections of strings. Update the `suggest!` macro to use these new methods and accept expressions beyond string literals for suggestion items.
* feat(macros): split monolith into one-macro-per-file modules魏曹先生8 days1-21/+0
|
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生2026-07-201-0/+93
Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged.