rs4j 0.6.0

A small, automatic, efficient, and easy-to-use Rust to Java bridge.
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}