Use the object crate for metadata reading

This commit is contained in:
bjorn3 2021-03-29 11:39:13 +02:00
parent e5f83d24ae
commit 267d55d44a
8 changed files with 79 additions and 156 deletions

View file

@ -3,6 +3,7 @@ pub mod command;
pub mod link;
pub mod linker;
pub mod lto;
pub mod metadata;
pub mod rpath;
pub mod symbol_export;
pub mod write;