Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: macros: allow generic parameter default values in `#[pin_data]` | Benno Lossin | 2024-04-07 | 1 | -1/+2 |
* | rust: macros: add `decl_generics` to `parse_generics()` | Benno Lossin | 2024-04-07 | 1 | -0/+1 |
* | rust: macros: replace Self with the concrete type in #[pin_data] | Benno Lossin | 2023-05-31 | 1 | -4/+104 |
* | rust: macros: refactor generics parsing of `#[pin_data]` into its own function | Benno Lossin | 2023-05-31 | 1 | -61/+9 |
* | rust: init: add initialization macros | Benno Lossin | 2023-04-12 | 1 | -0/+79 |