Files
rust/src/rt
bors 60f5011005 auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt
This PR fixes #7235 and #3371, which removes trailing nulls from `str` types. Instead, it replaces the creation of c strings with a new type, `std::c_str::CString`, which wraps a malloced byte array, and respects:

*  No interior nulls
* Ends with a trailing null
2013-08-09 21:56:17 -07:00
..
2013-05-04 14:25:15 -04:00
2013-08-09 16:45:50 -07:00
2013-08-09 16:45:50 -07:00
2013-05-09 02:34:47 +09:00
2013-07-22 01:09:48 -04:00
2013-08-09 16:45:50 -07:00
2013-08-09 16:45:50 -07:00
2013-08-09 16:45:50 -07:00