Skip to main content

Crate jniname

Crate jniname 

Source
Expand description

§jniname - Java method signature to C-style JNI function name converter

jniname is a Rust library that provides a simple and efficient way to convert Java method signatures to C-style JNI method names.

Enums§

Error
Represents the possible errors that can occur in the application.

Functions§

c_name
Generates the C-style JNI function name for a given Java class, method and descriptor.