Skip to main content

parse_bindings_with_custom

Function parse_bindings_with_custom 

Source
pub fn parse_bindings_with_custom(
    out: &PathBuf,
    extra_custom_code: &[&str],
) -> CBinding
Expand description

Like parse_bindings, additionally scanning per-crate custom code (appended after the common aeron_custom.rs) so its hand-written methods are skipped during generation.