Special about this repo: Do not require rust library to be dynamically loaded for calling methods on rust.
- 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.