Skip to content

Commit

Permalink
Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper
Browse files Browse the repository at this point in the history
Add std::ffi::c_str module

ACP: rust-lang/libs-team#134

`std::ffi` docs before change:
![Structs: VaList, VaListImpl, CStr, CString, FromBytesWithNulError, FromVecWithNulError, IntoStringError, NulError, OsStr, OsString](https://github.com/rust-lang/rust/assets/15850505/b2cf3534-30f9-4ef0-a655-bacdc3a19e17)

`std::ffi` docs after change:
![Re-exports: self::c_str::{FromBytesWithNulError, FromBytesUntilNulError, FromVecWithNulError, NulError, IntoStringError} ; Modules: c_str ; Structs: VaList, VaListImpl, CStr, CString, OsStr, OsString](https://github.com/rust-lang/rust/assets/15850505/23aa6964-da7a-4942-bbf7-42bde2146f9e)

(note: I'm omitting the `c_int`, etc. stuff from the screenshots since it's the same in both. this doesn't just delete those types)
  • Loading branch information
matthiaskrgr committed Mar 10, 2024
2 parents f06edb3 + 985feeb commit f06206d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit f06206d

Please sign in to comment.