flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
r##"# [ unsafe ( no_mangle ) ]
 pub extern "C" fn TestFuture_call_fn ( f : CFnOncei32 , ) -> ( ) {
 let mut f = | x | { ; f . cb ( x , f . ctx ) ; } ;
 let mut ret : ( ) = { f ( 5 ) ; } ;
 ret
 }"##;