[][src]Crate rcc

Re-exports

pub use codespan;
pub use data::prelude::*;

Modules

data
intern

Macros

get_str

Structs

JIT

Structure used to handle compiling C code to memory instead of to disk.

Opt
Parser
PreProcessor

A preprocessor does textual substitution and deletion on a C source file.

PreProcessorBuilder

An easier interface for constructing a preprocessor.

Source

The Source type for codespan::Files.

Enums

Error

Functions

assemble
compile

Compile and return the declarations and warnings.

initialize_aot_module
initialize_jit_module
link
preprocess

Preprocess the source and return the tokens.

Type Definitions

Files
Product