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
TranslationErrorusing the standard string interpolation syntax.
Structs§
- TempDir
- A directory in the filesystem that is automatically deleted when it goes out of scope.
- Transpiler
Config - Configuration settings for the translation process
Enums§
Functions§
- create_
temp_ compile_ commands - transpile
- Main entry point to transpiler. Called from CLI tools with the result of clap::App::get_matches().