aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-1/+3
|
* Validate single-segment types in attribute macros魏曹先生2026-05-161-1/+19
|
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-5/+0
|
* se internal ugly naming convention for generated structs魏曹先生2026-04-281-3/+7
|
* Add #[doc(hidden)] to macro-generated structs魏曹先生2026-04-151-0/+1
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-3/+1
|
* Add completion macro infrastructure without logic魏曹先生2026-04-101-103/+29
|
* Add basic completion module with shell integration魏曹先生2026-04-091-0/+175