Module rustc_metadata::rmeta::decoder
source ยท Modulesยง
- __
ty_ ๐decoder_ impl - cstore_
impl ๐
Structsยง
- Crate
Metadata ๐ - Decode
Context ๐ - Decode
Iterator ๐ - Imported
Source ๐File Holds information about a rustc_span::SourceFile imported from another crate. Seeimported_source_file()
for more information. - Metadata
Blob ๐A reference to the raw binary version of crate metadata. This struct appliesMemDecoder
โs validation when constructed so that later constructions are guaranteed to succeed.
Traitsยง
- Metadata ๐Abstract over the various ways one can create metadata decoders.
Type Aliasesยง
- Crate
NumMap ๐A map from external crate numbers (as decoded from some crate file) to local crate numbers (as generated during this session). Each external crate may refer to types in other external crates, and each has their own crate numbers.