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
Instead of converting to/from unsigned types when passing unsigned values across/back from the FFI boundary from Kotlin to Rust, we should actually be building a JNA compatible representation of unsigned types (subclassing the JNA IntegerType) and using this instead.
The text was updated successfully, but these errors were encountered:
Instead of converting to/from unsigned types when passing unsigned values across/back from the FFI boundary from Kotlin to Rust, we should actually be building a JNA compatible representation of unsigned types (subclassing the JNA
IntegerType
) and using this instead.The text was updated successfully, but these errors were encountered: