You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on implementing serde::Deserialize for CStr (in serde-rs/serde#801), and am running into the need for an equivalent of String::into_boxed_str for CString/CStr. With the current internals for CStr, I believe the implementation could be very similar; namely: