java-oxide 0.1.0

Glue code to accompany `java-oxide-gen` for binding to JVM APIs from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "java-oxide"
description = "Glue code to accompany `java-oxide-gen` for binding to JVM APIs from Rust"
version = "0.1.0"
edition = "2024"
authors = ["PitchBlackNights <pitchblacknights@proton.me>"]
repository = "https://github.com/OxidizeMC/java-oxide"
documentation = "https://docs.rs/java-oxide"
keywords = ["jvm", "jni", "bindgen"]
categories = ["external-ffi-bindings"]
license = "MIT"
readme = "README.md"

[dependencies]
jni-sys = "0.4"