summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: types: add `Either` typeWedson Almeida Filho2022-12-041-0/+1
* rust: build_assert: add `build_{error,assert}!` macrosGary Guo2022-12-041-0/+4
* rust: static_assert: add `static_assert!` macroMiguel Ojeda2022-12-041-0/+1
* rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin2022-12-041-0/+2
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-041-0/+1
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+78