Module rustc_middle::middle::exported_symbols
source · Structs
- The
SymbolExportInfo
of a symbols specifies symbol-related information that is relevant to code generation and linking.
Enums
- Kind of exported symbols.
- 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.