Closed
Description
Part of #29329
http://doc.rust-lang.org/std/ffi/
Here's what needs to be done to close out this issue:
- the module docs are almost non-existent, and should talk about how this isn't so much FFI bindings as it is stuff useful for interop with C, which is FFI of course, but that's it. It's not a comprehensive FFI solution.
-
CStr
should make the comparison withstr
. it needs a lot of links. -
CString
should make the comparison withString.
It also needs a lot of links. -
FromBytesWithNulError
should use the iterator style boilerplate for linking to where it came from. -
IntoStringError
same -
NulError
same. -
OsStr
should make thestr
comparison, and needs a lot more elaboartion. It should look likeCStr
. -
OsString
should make the comparison withString
, and should look a lot likeCString
.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: An issue tracking the progress of sth. like the implementation of an RFCCall for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Medium priority