[][src]Function c2rust_transpile::translator::translate

pub fn translate(
    ast_context: TypedAstContext,
    tcfg: &TranspilerConfig,
    main_file: PathBuf
) -> (String, Vec<(&'static str, Vec<&'static str>)>, IndexSet<&'static str>)