macro_rules! enable {
() => { ... };
}
Expand description
Enable JVM and Java libraries.
This macro forces this crate to be linked, which registers the JVM builder.
macro_rules! enable {
() => { ... };
}
Enable JVM and Java libraries.
This macro forces this crate to be linked, which registers the JVM builder.