rust/src/libstd/ffi
Ulrik Sverdrup 92c8a9439b Use escaped byte string representation for CString Debug
Faithfully represent the contents of the CString and CStr in their Debug
impl, by treating them as byte strings with our default escaping to
ascii representation.

Add impl Debug for Cstr.

Fixes #26964.
2015-07-11 22:55:52 +02:00
..
c_str.rs Use escaped byte string representation for CString Debug 2015-07-11 22:55:52 +02:00
mod.rs std: Remove deprecated AsOsStr/Str/AsSlice traits 2015-04-21 11:37:34 -07:00
os_str.rs std: Remove deprecated AsOsStr/Str/AsSlice traits 2015-04-21 11:37:34 -07:00