Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 393 Bytes

File metadata and controls

24 lines (16 loc) · 393 Bytes

java-from-rust-interoperability-example

This is an example project that shows how to start JVM from Rust and call Java code from Rust.

How to run

clone the repository:

git clone https://github.com/FilippoVissani/scala-from-rust-interoperability-example.git
cd ./scala-from-rust-interoperability-example

Run the project:

cargo run

Run the tests:

cargo test