oo-bindgen 0.8.0

DSL-based binding geneator for C, C++, Java, and C#
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod c;
pub(crate) mod dotnet;
/// generation routines for Java bindings
pub mod java;
/// generation routines for the Rust FFI
pub mod rust;

mod common;
pub(crate) use common::*;