ferment-sys 0.2.14

Syntax tree morphing of FFI-compatible stuff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod argument;
mod implementation;
mod interface;
// mod property;
mod ffi_variable;
mod naming;

// pub(crate) use argument::*;
#[allow(unused)]
pub(crate) use ffi_variable::*;
// pub(crate) use implementation::*;
// pub(crate) use interface::*;
#[allow(unused)]
pub(crate) use naming::*;
// pub(crate) use property::*;