Module rustc_metadata::rmeta::decoder[][src]

Re-exports

pub use cstore_impl::provide;
pub use cstore_impl::provide_extern;

Modules

Structs

Holds information about a rustc_span::SourceFile imported from another crate. See imported_source_files() for more information.

A reference to the raw binary version of crate metadata. A MetadataBlob internally is just a reference counted pointer to the actual data, so cloning it is cheap.

Traits

Abstract over the various ways one can create metadata decoders.

Functions

Type Definitions