Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 479 Bytes

Apache TinkerPop from Rust

An example showing how to call Apache TinkerPop from Rust via Rucaja (JNI).

This repository contains two directories:

  • java contains a Java project to build a fat JAR tinkerpop.jar which contains a wrapper Java class around TinkerPop and all dependencies.
  • rust contains Rust code which uses tinkerpop.jar. Run it using cargo run.