rust_swig 0.4.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
r#"// Automatically generated by rust_swig
package org.example;

/**
 * This is documentation comment
 */
public final class Utils {
    /**
     * Very important function
     */
    public static native int f(int a0);

    private Utils() {}
}"#;