quiltdata / quiltcore-java

Java implementation of the Quilt API
Apache License 2.0
0 stars 1 forks source link

quilt-rs wrapper #36

Open drernie opened 1 month ago

drernie commented 1 month ago

Try building a JNI wrapper around quilt-rs that is a drop-in replacement for quiltcore-java.

https://github.com/questdb/rust-maven-plugin

The primary use case is to simplify the build process of Rust JNI libs inside a Java Maven project. Additionally, the plugin can also compile binaries.

drernie commented 1 month ago

May need to expose a higher-level abstraction for nf-quilt to use.