aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/example_docs.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days1-27/+41
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days1-7/+166
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-11/+11
* Update example docs to use prelude and add resource injection example魏曹先生2026-05-161-20/+82
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-161-0/+2
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-3/+4
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-3/+2
* Add example doc for exit code usageWeicao-CatilGrass2026-05-131-0/+57
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-3/+13
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-111/+111
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-1/+64
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-61/+58
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-15/+9
* Update project description and example doc orderingWeicao-CatilGrass2026-04-261-48/+48
* Add async example demonstrating tokio integration魏曹先生2026-04-251-0/+69
* Remove async runtime requirement from examples魏曹先生2026-04-191-19/+12
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-9/+8
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
* Update completion script generation API魏曹先生2026-04-131-4/+4
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-121-1/+1
* Add comments to example completion function魏曹先生2026-04-121-0/+6
* Change code blocks in examples from rust to ignore魏曹先生2026-04-121-9/+9
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-8/+9
* Fix example doc comment indentation and header trimming魏曹先生2026-04-111-117/+117
* Add dev tools to generate example documentation魏曹先生2026-04-111-0/+382