0.45+9.2.0.3

2 Reference🔗ℹ

The core functionality provided by ffi covers loading foreign libraries dynamically, describing foreign types, working with pointers to foreign data, and calling foreign functions or having foreign functions call back to Rhombus.

    2.1 Foreign Libraries

    2.2 Base Foreign Types

    2.3 Compound Foreign Types

    2.4 Defining Foreign Types

    2.5 Foreign Pointers

    2.6 Foreign Functions