tov / libffi-rs

Rust bindings for libffi
Apache License 2.0
100 stars 35 forks source link

Add a variadic variation to middle::Cif #56

Open r0nsha opened 2 years ago

r0nsha commented 2 years ago

While transitioning from the low api to the middle api, I found that there is no new_variadic function for Cif. This is a pretty straight forward addition.

yorickpeterse commented 1 year ago

@r0nsha Sorry for the late reply, but is it possible to add some tests for this new method?