Dushistov / flapigen-rs

Tool for connecting programs or libraries written in Rust with other languages
BSD 3-Clause "New" or "Revised" License
775 stars 59 forks source link

Add support for Java's new FFI api #452

Open bowbahdoe opened 12 months ago

bowbahdoe commented 12 months ago

Coming probably in Java 22 there will be a new, non JNI, way to work with native code.

It would be pretty cool if we could generate the code (memory layouts, cleaners(?), etc.) for that instead of doing the JNI dance.

Dushistov commented 10 months ago

"Cleaners" is reference by another issue #303