rust/src/libstd/ffi
Murarth 1bbc776446 Implement Rc/Arc conversions for string-like types
Provides the following conversion implementations:

* `From<`{`CString`,`&CStr`}`>` for {`Arc`,`Rc`}`<CStr>`
* `From<`{`OsString`,`&OsStr`}`>` for {`Arc`,`Rc`}`<OsStr>`
* `From<`{`PathBuf`,`&Path`}`>` for {`Arc`,`Rc`}`<Path>`
2017-11-25 22:13:11 -07:00
..
c_str.rs Implement Rc/Arc conversions for string-like types 2017-11-25 22:13:11 -07:00
mod.rs ffi/mod.rs: Use only one space after a period ending a sentence 2017-10-11 17:57:56 -05:00
os_str.rs Implement Rc/Arc conversions for string-like types 2017-11-25 22:13:11 -07:00