interoptopus 0.16.0

The polyglot bindings generator for your library (C#, C, Python, ...). 🐙
Documentation
1
2
3
4
5
6
7
8
interoptopus::plugin!(BadPlugin {
    impl MyService {
        fn create() -> Self;
        fn mutate(&mut self);
    }
});

fn main() {}