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
There is a lot of runtime code in std that, for various reasons, uses C types instead of Rust types. Let's push all those C types down to the FFI layer and stop using them for other purposes.