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 |
||
|---|---|---|
| .. | ||
| async.rs | ||
| file.rs | ||
| idle.rs | ||
| mod.rs | ||
| net.rs | ||
| timer.rs | ||
| uvio.rs | ||
| uvll.rs | ||