parse_ffi_module

Function parse_ffi_module 

Source
pub fn parse_ffi_module(
    input_rust_file_path: &str,
    output_dir: &str,
) -> Result<()>
Expand description

The function parses a Rust source file and searches for a module decorated with #[binding_wrapper] attribute. Once the module is provided it parses it and generates gluecode for: SWIG interface, C++ and Swift.