Expand description

Pulls in all required objects and types.

Examples

use javawithrust::prelude::*;

Re-exports

pub use paste;
pub use serde;

Modules

Manually manage memory through raw pointers.

Structs

A Java instance
Holds the assets for the JVM

Enums

Struct that carries an argument that is used for method invocations in Java.

Type Definitions

Equivalent to C’s void type when used as a pointer.

Attribute Macros

Define a Java class.
Define static Java class functions to bind.