| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change `ProgramSetup::setup` to consume `self` instead of borrow | 魏曹先生 | 38 hours | 1 | -1/+1 |
| | | |||||
| * | Accept paths for program name parameters in macros | 魏曹先生 | 2026-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | All proc macros (`pack!`, `dispatcher!`, `#[chain]`, `#[program_setup]`, `#[dispatcher_clap]`, `#[derive(Groupped)]`) now parse program names as `syn::Path` instead of bare `Ident`, allowing use of paths like `crate::MyProgram` or `my_crate::MyProgram`. The default program name `ThisProgram` is no longer re-exported or required as an import — generated code references `crate::ThisProgram` directly. | ||||
| * | Use `default_program_path()` instead of `default_program_ident()` | 魏曹先生 | 2026-05-16 | 1 | -11/+5 |
| | | |||||
| * | Replace hardcoded `ThisProgram` ident with shared constant | 魏曹先生 | 2026-05-16 | 1 | -3/+7 |
| | | |||||
| * | Add architecture overview and doc comments to macro crate | 魏曹先生 | 2026-05-02 | 1 | -5/+0 |
| | | |||||
| * | Add async example demonstrating tokio integration | 魏曹先生 | 2026-04-25 | 1 | -3/+3 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -4/+4 |
| | | |||||
| * | Add #[doc(hidden)] to macro-generated structs | 魏曹先生 | 2026-04-15 | 1 | -0/+1 |
| | | |||||
| * | Simplify setup macro to accept any program parameter type | 魏曹先生 | 2026-04-14 | 1 | -59/+7 |
| | | |||||
| * | Rename DefaultProgram to ThisProgram and remove ThisProgram marker | 魏曹先生 | 2026-04-09 | 1 | -5/+5 |
| | | |||||
| * | Add general renderer support with serialization formats | 魏曹先生 | 2026-04-05 | 1 | -0/+199 |
