aboutsummaryrefslogtreecommitdiff
path: root/examples/example-exit-code
Commit message (Collapse)AuthorAgeFilesLines
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days1-7/+3
|
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-8/+0
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days1-3/+3
|
* Update example version to 0.1.9魏曹先生2026-05-181-7/+3
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-0/+4
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-1/+1
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-1/+1
| | | | | | | | | Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-21/+0
|
* 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
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-133-0/+154