summaryrefslogtreecommitdiff
path: root/rust/pin-init/src/macros.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-01rust: pin-init: add `MaybeZeroable` derive macroBenno Lossin1-0/+59
2025-05-01rust: pin-init: allow `Zeroable` derive macro to also be applied to unionsBenno Lossin1-0/+30
2025-05-01rust: pin-init: allow `pub` fields in `derive(Zeroable)`Benno Lossin1-1/+1
2025-03-16rust: pin-init: synchronize documentation with the user-space versionBenno Lossin1-10/+10
2025-03-16rust: make pin-init its own crateBenno Lossin1-54/+57
2025-03-16rust: pin-init: change the way the `paste!` macro is calledBenno Lossin1-6/+8
2025-03-16rust: move pin-init API into its own directoryBenno Lossin1-0/+1410