aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/gen_program.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: add generic program entry point variant魏曹先生22 hours1-0/+2
|
* feat(gen_program): add Entry struct and program constructors魏曹先生24 hours1-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魏曹先生28 hours1-0/+231