rs4j 0.6.0

A small, automatic, efficient, and easy-to-use Rust to Java bridge.
Documentation
1
2
3
4
class Duration {
    [new] static fn create(secs: u64, nanos: u32) -> Duration;
    fn as_secs() -> u64;
};