mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 08:56:00 +00:00
DOC: Add FFI example for slice::from_raw_parts() For some discussion, see https://users.rust-lang.org/t/missing-guidance-on-converting-ffi-ptr-length-to-slice/106048 See also #120608.