| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore!: rename ErrorDispatcherNotFound to EntryFallback | 魏曹先生 | 8 hours | 1 | -6/+6 |
| | | | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly. | ||||
| * | fix: add generic program entry point variant | 魏曹先生 | 20 hours | 1 | -0/+2 |
| | | |||||
| * | feat(gen_program): add Entry struct and program constructors | 魏曹先生 | 21 hours | 1 | -3/+37 |
| | | | | | | | | Add `Entry` struct with `pub(crate)` visibility for `inner` fields, plus `new()` and `this()` constructors on `ThisProgram` for docs.rs demonstration of the `gen_program!` macro expansion. | ||||
| * | feat: add docs.rs generated program documentation module | 魏曹先生 | 25 hours | 1 | -0/+231 |
