You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ziyang Hu 12e2677af6 update docs 2 years ago
..
src bump version and update API 2 years ago
.gitignore use JNI for java interop 2 years ago
Cargo.toml bump version and update API 2 years ago
CozoJavaBridge.java update docs 2 years ago
README.md update docs 2 years ago
org_cozodb_CozoJavaBridge.h bump version and update API 2 years ago

README.md

Cozo-lib-java

This crate provides the JNI bindings for using Cozo in Java/JVM languages/Android.

You do not use this crate directly. Instead, use:

  • ... for Android
  • ... for Java or other JVM languages
  • ... for Clojure on JVM (you can also use the Java library, but this one is nicer)

Building

With the Rust toolchain installed,

cargo build --release  -p cozo_java -F compact -F storage-rocksdb