An example showing how to call Apache TinkerPop from Rust via Rucaja (JNI).
This repository contains two directories:
javacontains a Java project to build a fat JARtinkerpop.jarwhich contains a wrapper Java class around TinkerPop and all dependencies.rustcontains Rust code which usestinkerpop.jar. Run it usingcargo run.