Modules§
Structs§
- Holds information about a rustc_span::SourceFile imported from another crate. See
imported_source_file()
for more information. - A reference to the raw binary version of crate metadata. This struct applies
MemDecoder
’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§
- 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.