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
16
17
mod lifetime;
mod refine_in_scope;
mod refine_mut;
mod refine_with_nested_args;
mod refine_with_nested_arg;
mod reexport;
mod refine_unrefined;
mod unrefined;

pub use lifetime::*;
pub use refine_in_scope::*;
pub use refine_mut::*;
pub use refine_with_nested_arg::*;
pub use refine_with_nested_args::*;
pub use reexport::*;
pub use refine_unrefined::*;
pub use unrefined::*;