buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
89 stars 22 forks source link

Allow building Client only FFI #4

Open qdot opened 3 years ago

qdot commented 3 years ago

Feature Description

The FFI layers will be used for both in-process and client only libraries. Need to set up features to handle this. The external FFI API will stay the same, but will error when trying to connect with an in-process connector.