[go: up one dir, main page]

jni 0.3.1

Rust bindings to the JNI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jni"
version = "0.3.1"
authors = ["Josh Chase <josh@prevoty.com>"]
description = "Rust bindings to the JNI"
license = "MIT/Apache-2.0"
keywords = ["ffi", "jni", "java"]
repository = "https://github.com/prevoty/jni-rs"
documentation = "https://docs.rs/jni"
homepage = "https://docs.rs/jni"

[dependencies]
log = "0.3"
error-chain = "0.5"
combine = "2"
cesu8 = "1"
jni-sys = "0.2"