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