duchess-rs / duchess

Silky smooth Java-Rust interop

Home Page:https://duchess-rs.github.io/duchess/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offer a convenient build.rs function

nikomatsakis opened this issue · comments

We should offer a helpful function for build.rs to compile .java files into the target directory and emit the correct directives to rebuild if changed etc, like we have for our tests.

I was thinking -- it'd be cool also to have a way to embed class files into the Rust code and load them dynamically into the JDK.