summaryrefslogtreecommitdiff
path: root/rust/kernel/str.rs
AgeCommit message (Expand)AuthorFilesLines
2024-02-25rust: str: implement `Display` and `Debug` for `BStr`Yutaro Ohno1-7/+178
2024-02-18rust: str: move SAFETY comment in front of unsafe blockValentin Obst1-1/+1
2024-02-18rust: str: use `NUL` instead of 0 in doc commentsValentin Obst1-2/+2
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst1-1/+1
2023-12-13rust: kernel: str: Implement Debug for CStringAsahi Lina1-0/+6
2023-07-19rust: str: make doctests compilable/testableMiguel Ojeda1-1/+3
2023-05-31rust: str: add conversion from `CStr` to `CString`Alice Ryhl1-0/+22
2023-04-06rust: str: fix requierments->requirements typoPatrick Blass1-1/+1
2022-12-04rust: str: add `fmt!` macroWedson Almeida Filho1-0/+6
2022-12-04rust: str: add `CString` typeWedson Almeida Filho1-2/+89
2022-12-04rust: str: add `Formatter` typeWedson Almeida Filho1-0/+57
2022-12-04rust: str: add `c_str!` macroGary Guo1-0/+23
2022-12-04rust: str: add `CStr` unit testsMilan Landaverde1-0/+29
2022-12-04rust: str: implement several traits for `CStr`Gary Guo1-1/+123
2022-12-04rust: str: add `CStr` typeGary Guo1-0/+169
2022-12-04rust: str: add `b_str!` macroGary Guo1-0/+21
2022-12-04rust: str: add `BStr` typeGary Guo1-0/+5
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+72