Age | Commit message (Expand) | Author |
---|---|---|
2023-07-19 | rust: str: make doctests compilable/testable | Miguel Ojeda |
2023-05-31 | rust: str: add conversion from `CStr` to `CString` | Alice Ryhl |
2023-04-06 | rust: str: fix requierments->requirements typo | Patrick Blass |
2022-12-04 | rust: str: add `fmt!` macro | Wedson Almeida Filho |
2022-12-04 | rust: str: add `CString` type | Wedson Almeida Filho |
2022-12-04 | rust: str: add `Formatter` type | Wedson Almeida Filho |
2022-12-04 | rust: str: add `c_str!` macro | Gary Guo |
2022-12-04 | rust: str: add `CStr` unit tests | Milan Landaverde |
2022-12-04 | rust: str: implement several traits for `CStr` | Gary Guo |
2022-12-04 | rust: str: add `CStr` type | Gary Guo |
2022-12-04 | rust: str: add `b_str!` macro | Gary Guo |
2022-12-04 | rust: str: add `BStr` type | Gary Guo |
2022-09-28 | rust: add `kernel` crate | Wedson Almeida Filho |