Crate c2rust_transpile

Crate c2rust_transpile 

Source

Re-exports§

pub use crate::translator::ReplaceMode;

Modules§

build_files
c_ast
cfg
Control Flow Graph analysis
convert_type
renamer
rust_ast
translator
with_stmts

Macros§

format_translation_err
Constructs a TranslationError using the standard string interpolation syntax.

Structs§

TempDir
A directory in the filesystem that is automatically deleted when it goes out of scope.
TranspilerConfig
Configuration settings for the translation process

Enums§

Diagnostic
ExternCrate
TranslateMacros

Functions§

create_temp_compile_commands
transpile
Main entry point to transpiler. Called from CLI tools with the result of clap::App::get_matches().