oo-bindgen 0.8.8

DSL-based binding geneator for C, C++, Java, and C#
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod logged;

mod formatting;
mod platforms;
mod util;

pub(crate) use self::platforms::*;
pub(crate) use formatting::*;
pub(crate) use util::*;

pub(crate) use ::platforms::platform;
pub(crate) use ::platforms::target::*;
pub(crate) use ::platforms::Platform;