Skip to content

a10y/rusty-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Java

Playing around with Gradle, JNI, and the jni crate to author native libraries in Rust for consumption by Java code.

Running

This uses the gradle application plugin, so simple as

$ ./gradlew run

Up Next

  • Rust calling JVM methods
  • JMH benchmarks to evaluate JNI overhead
  • Apache Arrow for in-memory sharing b/w Java + Rust

About

Simple gradle setup for loading Rust nativelibs into Java via JNI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors