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
15
r#"/**
 * This is class Foo
 */
public final class Foo {"#;

r#"/**
     * Some documentation comment
     */
    public Foo(int a0, @NonNull String a1) {"#;

r#"/**
     * 1 Some documentation comment
     * 2 Some documentation comment
     */
    public final int f(int a0, int a1)"#;