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
Following on from issue #1, it would probably be good to switch this crate to use the size_t and ptrdiff_t types from core::ffi instead of libc if and when they stabilize.
Following on from issue #1, it would probably be good to switch this crate to use the
size_tandptrdiff_ttypes fromcore::ffiinstead oflibcif and when they stabilize.