jnix-macros 0.3.0

Companion crate to jnix that provides proc-macros for interfacing JNI with Rust
Documentation
[dependencies.heck]
version = "0.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Mullvad VPN"]
categories = ["external-ffi-bindings"]
description = "Companion crate to jnix that provides proc-macros for interfacing JNI with Rust"
edition = "2018"
keywords = ["ffi", "java", "jni"]
license = "Apache-2.0 OR MIT"
name = "jnix-macros"
readme = "README.md"
repository = "https://github.com/mullvad/jnix"
version = "0.3.0"