summaryrefslogtreecommitdiff
path: root/rust/kernel/revocable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: add `AsyncRevocable`Wedson Almeida Filho2022-06-151-1/+233
* rust: use `MaybeUninit` instead of `ManuallyDrop` in revocable objectsWedson Almeida Filho2022-06-151-17/+18
* rust: add basic rcu supportWedson Almeida Filho2022-05-311-16/+47
* rust: kernel: review doctests now that they run in the kernelMiguel Ojeda2022-05-051-6/+4
* rust: add `?Sized` bound to revocable wrapped type.Wedson Almeida Filho2021-11-301-4/+6
* rust: add `Revocable` type.Wedson Almeida Filho2021-11-151-0/+161