interoptopus 0.16.0-alpha.17

The polyglot bindings generator for your library (C#, C, Python, ...). 🐙
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Reverse-interop plugin support.
//!
//! This module contains traits and constants used by the `plugin!` macro
//! to load foreign plugins (e.g., .NET DLLs) and call their functions
//! from Rust.

mod service_map;
pub mod trampoline;

#[doc(hidden)]
pub use service_map::{PluginService, ServiceAs, ServiceHandle, ServiceHandleMap};