summaryrefslogtreecommitdiffstats
path: root/rust/macros/pin_data.rs
Commit message (Expand)AuthorAgeFilesLines
* 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