//! Runtime half of the JNI binding generator.
//!
//! `prebindgen`'s `lang::JniGen` adapter *generates* JNI binding code at
//! build time; the helpers in this crate are what that generated code
//! *calls* at run time. A shipped binding library depends on this crate,
//! not on the generator.
pub use ;
pub use ;
pub use CachedIfaceMethod;
pub use JniBindingError;
pub use ;