oo-bindgen 0.8.8

DSL-based binding geneator for C, C++, Java, and C#
Documentation
1
2
3
4
5
6
7
mod convert_to_dotnet;
mod convert_to_native;
mod type_info;

pub(crate) use convert_to_dotnet::*;
pub(crate) use convert_to_native::*;
pub(crate) use type_info::*;