Native Loader

?️ Safe native loading in Java

based off of the native-loader used by lavaplayer

Installation

version badge

repositories {
    maven("https://maven.dimensional.fun/releases")
}

dependencies {
    implementation("gg.mixtape:native-loader:{VERSION}")
}

Usage

An example of using Rust and Kotlin using JNI can be found in the /example directory


licensed under Apache-2.0

GitHub

View Github