aboutsummaryrefslogtreecommitdiff
path: root/examples/example-picker
Commit message (Collapse)AuthorAgeFilesLines
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-7/+2
| | | | | | | | | 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
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-071-7/+3
|
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-041-0/+4
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-1/+1
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-2/+1
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-2/+2
|
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-211-7/+3
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-201-2/+6
|
* Bump version to 0.1.6魏曹先生2026-04-191-3/+3
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
* Make async an optional feature魏曹先生2026-04-192-12/+3
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-3/+2
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-131-4/+0
|
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2026-04-121-1/+5
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-112-2/+150
|
* Remove serde dependency from example projects魏曹先生2026-04-111-1/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-1/+1
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-1/+1
|
* Add workspace configuration and examples魏曹先生2026-04-062-0/+77