Skip to main content

Module creader

Module creader 

Source
Expand description

Validates all used crates and extern libraries and loads their metadata

Structs§

CStore
CrateDump 🔒
Library 🔒

Enums§

CrateOrigin 🔒
Reason that a crate is being sourced as a dependency.
LoadResult 🔒
LoadedMacro

Traits§

MetadataLoader
The backend’s way to give the crate store access to the metadata in a library. Note that it returns the raw metadata bytes stored in the library file, whether it is compressed, uncompressed, some weird mix, etc. rmeta files are backend independent and not handled here.

Functions§

fn_spans 🔒

Type Aliases§

MetadataLoaderDyn