interoptopus 0.16.0-alpha.13

The polyglot bindings generator for your library (C#, C, Python, ...). 🐙
Documentation
1
2
3
4
5
6
use interoptopus::inventory::RustInventory;

#[test]
fn basic() {
    let _ = RustInventory::new().validate();
}