summaryrefslogtreecommitdiff
path: root/rust/helpers.c
AgeCommit message (Expand)Author
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho
2023-04-22rust: introduce `current`Wedson Almeida Filho
2023-04-22rust: add basic `Task`Wedson Almeida Filho
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho
2022-09-28rust: add C helpersMiguel Ojeda