Skip to content

Provides sample code to call rust methods from embedded JVM without need for dynamic library load

License

Notifications You must be signed in to change notification settings

krishnakumar4a4/rust-java-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-java-rust

For Interoperability between rust and java

Special about this repo: Do not require rust library to be dynamically loaded for calling methods on rust.

Features:

  • JVM is started as embedded from the rust program.
  • Java methods can be called from rust.
  • Rust methods are registered as native functions to JVM and which can then be called from Java.

Uses rucaja, jni-rs and jni crates.

About

Provides sample code to call rust methods from embedded JVM without need for dynamic library load

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published