flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
7
8
9
r#"enum Foo {
A = 0,
B = 1
};"#;

r#"enum Boo {
C = 0,
D = 1
};"#;