Crate java_spaghetti

source ·
Expand description

Common glue code between Rust and JNI, used in autogenerated java-spaghetti glue code.

See also the Android JNI tips documentation as well as the Java Native Interface Specification.

Re-exports§

Structs§

Traits§

  • Marker trait indicating Self can be assigned to T.
  • JNI bindings rely on this type being accurate.
  • A Java Array of some POD-like type such as bool, jbyte, jchar, jshort, jint, jlong, jfloat, or jdouble.
  • A marker type indicating this is a valid exception type that all exceptions thrown by java should be compatible with