flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
7
8
9
"static void f(const MapRect & a) noexcept;";
r#"template<bool OWN_DATA>
    inline void FooWrapper<OWN_DATA>::f(const MapRect & a) noexcept
    {

        Foo_f(a);
    }"#;
"void Foo_f(const MapRect * a);";