summaryrefslogtreecommitdiffstats
path: root/rust/kernel/str.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: str: make doctests compilable/testableMiguel Ojeda2023-07-191-1/+3
* rust: str: add conversion from `CStr` to `CString`Alice Ryhl2023-05-311-0/+22
* rust: str: fix requierments->requirements typoPatrick Blass2023-04-061-1/+1
* rust: str: add `fmt!` macroWedson Almeida Filho2022-12-041-0/+6
* rust: str: add `CString` typeWedson Almeida Filho2022-12-041-2/+89
* rust: str: add `Formatter` typeWedson Almeida Filho2022-12-041-0/+57
* rust: str: add `c_str!` macroGary Guo2022-12-041-0/+23
* rust: str: add `CStr` unit testsMilan Landaverde2022-12-041-0/+29
* rust: str: implement several traits for `CStr`Gary Guo2022-12-041-1/+123
* rust: str: add `CStr` typeGary Guo2022-12-041-0/+169
* rust: str: add `b_str!` macroGary Guo2022-12-041-0/+21
* rust: str: add `BStr` typeGary Guo2022-12-041-0/+5
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+72