Summary
Rust should be able to define an ABI-compatible counterpart to every signature that C can define. This is important for C interop and translation of code from C to rust, using manual FFI, and tooling like c-bindgen and c2rust. This goal closes a long-standing gap in rust's ability to match C.
Tasks and status
Summary
Rust should be able to define an ABI-compatible counterpart to every signature that C can define. This is important for C interop and translation of code from C to rust, using manual FFI, and tooling like
c-bindgenandc2rust. This goal closes a long-standing gap in rust's ability to match C.Tasks and status