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§
Constants§
Functions§
- read
- Reads the link-time metadata from an already-parsed archive.
- read_
from_ data - Like
read, but parses the archive from raw bytes.