summaryrefslogtreecommitdiff
path: root/rust/macros/pin_data.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-07rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin1-1/+2
2024-04-07rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin1-0/+1
2023-05-31rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin1-4/+104
2023-05-31rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin1-61/+9
2023-04-12rust: init: add initialization macrosBenno Lossin1-0/+79