sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Make the ffi generator part of ligen-rust? #91

Closed notdanilo closed 11 months ago

notdanilo commented 2 years ago

The current ffi project serves one purpose: Generate FFI safe external functions.

If we want to generalize this logic, we need to consider these two use cases:

  1. Exporting Rust library as external functions
  2. Importing externals functions as Rust library