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:
I'm working on implementing
serde::Deserialize
forCStr
(in serde-rs/serde#801), and am running into the need for an equivalent ofString::into_boxed_str
forCString
/CStr
. With the current internals forCStr
, I believe the implementation could be very similar; namely:Is this something that could be added in line with #18283 ?
The text was updated successfully, but these errors were encountered: