summaryrefslogtreecommitdiffstats
path: root/rust/macros/pin_data.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-071-1/+2
* rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin2024-04-071-0/+1
* rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin2023-05-311-4/+104
* rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin2023-05-311-61/+9
* rust: init: add initialization macrosBenno Lossin2023-04-121-0/+79