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

Constants§

FILENAME 🔒
SECTION 🔒

Functions§

read
Reads the link-time metadata from an already-parsed archive.
read_from_data
Like read, but parses the archive from raw bytes.