duchess 0.3.3

Silky smooth Java-Rust interop
1
2
3
4
5
6
7
# Reference

## Features

### `dylibjvm`

`libjvm` can be either statically or dynamically linked. If the `dylibjvm` feature is enabled, `duchess` will dynamically load `libjvm` when trying to create or find a JVM. Unless the lib path is specified in `JvmBuilder::load_libjvm_at()`, it uses the `java-locator` crate to find the likely location of `libjvm` on the platform.