[−][src]Crate tcc
A crate wrapping tcc in Rust.
Structs
CSymbol | A C symbol returned by |
RelocatedTcc | Once |
Tcc | Main struct of this crate, can be used to compile C code into machine code. |
Enums
OutputType | Output type of the compilation. |
Traits
Symbol | Symbol trait, implemented by either a |