rs4j 0.10.2

A small, automatic, efficient, and easy-to-use Rust to Java bridge.
Documentation
1
2
3
4
5
//! The codegen module.

pub mod gen;
pub mod java;
pub mod rust;