The Core module needs to call the client interface over FFI. This currently does not exist.
Once #71 is completed, an FFI interface should be added to allow the integration with the Core Module.
The FFI should expose all functions required for operation.
Tasks:
Notes
- A legacy FFI layer exists for the "core" api however should not be used as its no longer needed.
- Look at
safer_ffi library to manage ffi interface.
The Core module needs to call the client interface over FFI. This currently does not exist.
Once #71 is completed, an FFI interface should be added to allow the integration with the Core Module.
The FFI should expose all functions required for operation.
Tasks:
Notes
safer_ffilibrary to manage ffi interface.