jni-glue-macros 0.0.0

Proc macros to implement Java classes from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "jni-glue-macros"

version = "0.0.0"

authors = ["MaulingMonkey <git@maulingmonkey.com>"]

edition = "2018"

description = "Proc macros to implement Java classes from Rust"

documentation = "https://docs.rs/jni-glue-macros/"

repository = "https://github.com/MaulingMonkey/jni-bindgen"

keywords = ["jvm", "jni", "bindgen", "android"]

categories = ["external-ffi-bindings"]

license = "MIT OR Apache-2.0"

include = ["/**/*.rs", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"]

readme = "Readme.md"



[lib]

proc-macro = true



[dependencies]