interoptopus 0.16.0

The polyglot bindings generator for your library (C#, C, Python, ...). 🐙
Documentation
1
2
3
4
5
6
interoptopus::plugin!(BadPlugin {
    fn good(x: u32) -> u32;
    fn bad(&self) -> u32;
});

fn main() {}