Rust function mangler for JNI
The jni-mangle crate provides proc macros for working with Rust functions that are called from Java through JNI.
The main purpose of this crate is to turn rust functions that might look like this:
pub extern "system"
Into something a little more readable:
use mangle;