summaryrefslogtreecommitdiffstats
path: root/rust/kernel/prelude.rs
AgeCommit message (Expand)AuthorFilesLines
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo1-0/+2
2022-12-04rust: static_assert: add `static_assert!` macroMiguel Ojeda1-0/+2
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin1-1/+1
2022-12-04rust: str: add `CStr` typeGary Guo1-1/+1
2022-12-04rust: prelude: add `error::code::*` constant itemsWedson Almeida Filho1-1/+1
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo1-1/+1
2022-12-01rust: print: add more `pr_*!` levelsMiguel Ojeda1-1/+1
2022-12-01rust: prelude: split re-exports into groupsMiguel Ojeda1-5/+9
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+20