flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
foreigner_class!(class Utils {
    static_method f(_: &[i32]) -> &[i32];
});