Module rustc_metadata::rmeta::decoder
source ยท Modulesยง
- __ty_decoder_impl ๐
- cstore_impl ๐
Structsยง
- CrateMetadata ๐
- DecodeContext ๐
- DecodeIterator ๐
- ImportedSourceFile ๐Holds information about a rustc_span::SourceFile imported from another crate. See
imported_source_file()for more information. - MetadataBlob ๐A reference to the raw binary version of crate metadata. A
MetadataBlobinternally is just a reference counted pointer to the actual data, so cloning it is cheap.
Traitsยง
- Metadata ๐Abstract over the various ways one can create metadata decoders.
Type Aliasesยง
- CrateNumMap ๐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.