bindgen-jni 0.0.0

Code generator for binding to JVM APIs from Rust
Documentation
1
2
3
4
5
6
#![allow(dead_code)] // XXX

pub mod class_file_visitor;
pub mod emit_rust;
pub mod gather_java;
mod identifiers; pub use identifiers::*;