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
Cobhan FFI is a proof of concept system for enabling shared code to be written in Rust or Go and consumed from all major languages/platforms in a safe and effective way, using easy helper functions to manage any unsafe data marshaling.
4
+
5
+
## Types
6
+
7
+
* Supported types
8
+
* int32 - 32bit signed integer
9
+
* int64 - 64bit signed integer
10
+
* float64 - double precision 64bit IEEE 754 floating point
0 commit comments