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
Triage: raw::Slice has been deprecated in favor of slice::from_raw_parts, [T]::len, and [T]::as_ptr. See discussion on rust-lang/rust#27751 and PR rust-lang/rust#32804
Stabilize raw::Slice and the layout of slices.
Knowing the layout of slices is necessary for efficient ffi code.
The text was updated successfully, but these errors were encountered: