Module rustc_trans::back::symbol_export [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

Structs

ExportedSymbols [
Experimental
]

The set of symbols exported from each crate in the crate graph.

Enums

SymbolExportLevel [
Experimental
]

The SymbolExportLevel of a symbols specifies from which kinds of crates the symbol will be exported. C symbols will be exported from any kind of crate, including cdylibs which export very few things. Rust will only be exported if the crate produced is a Rust dylib.

Functions

crate_export_threshold [
Experimental
]
crates_export_threshold [
Experimental
]
is_below_threshold [
Experimental
]