oo-bindgen 0.8.0

DSL-based binding geneator for C, C++, Java, and C#
Documentation
pub(crate) use callback_arg_type::*;
pub(crate) use core_type::*;
pub(crate) use function_arg_type::*;
pub(crate) use function_return_type::*;
pub(crate) use struct_type::*;
pub(crate) use to_cpp::*;
pub(crate) use to_cpp_callback_argument::*;
pub(crate) use to_cpp_return_value::*;
pub(crate) use to_cpp_struct_field::*;
pub(crate) use to_native::*;
pub(crate) use to_native_callback_return_value::*;
pub(crate) use to_native_function_argument::*;
pub(crate) use to_native_struct_field::*;
pub(crate) use type_info::*;

mod callback_arg_type;
mod core_type;
mod function_arg_type;
mod function_return_type;
mod struct_type;
mod to_cpp;
mod to_cpp_callback_argument;
mod to_cpp_return_value;
mod to_cpp_struct_field;
mod to_native;
mod to_native_callback_return_value;
mod to_native_function_argument;
mod to_native_struct_field;
mod type_info;