Skip to main content

Module rmeta_link

Module rmeta_link 

Source
Expand description

Late-metadata archive member that lists which rlib entries are Rust object files, and potentially other data collected and used when building or linking a rlib. See https://github.com/rust-lang/rust/issues/138243.

Structsยง

RmetaLink
RmetaLinkCache

Constantsยง

FILENAME ๐Ÿ”’
SECTION ๐Ÿ”’

Functionsยง

crate_may_have_bundled_libs ๐Ÿ”’
read
Reads the link-time metadata from an already-parsed archive.
read_from_data
Like read, but parses the archive from raw bytes.
read_from_path ๐Ÿ”’