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

Latest commit

 

History

History
20 lines (16 loc) · 394 Bytes

File metadata and controls

20 lines (16 loc) · 394 Bytes

scala-rust-interoperability-example

This is an example project that contains Scala client code that calls a native function implemented in Rust.

How to run

clone the repository:

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

Run the project:

sbt core/run

Run the tests:

sbt core/test