Module rustc_middle::middle::exported_symbols [−][src]
Enums
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.