.with_c_str() is a replacement for the old .as_c_str(), to avoid unnecessary boilerplate. Replace all usages of .to_c_str().with_ref() with .with_c_str(). |
||
|---|---|---|
| .. | ||
| atomics.rs | ||
| dynamic_lib.rs | ||
| extfmt.rs | ||
| finally.rs | ||
| intrinsics.rs | ||
| lang.rs | ||
| mod.rs | ||
| raw.rs | ||
| simd.rs | ||
| sync.rs | ||