Expand description
Re-exports§
pub use reader::LibReader;pub use writer::WriteConfig;
Modules§
Structs§
- LibRead
Config - Configuration for library reading.
Functions§
- lib_
file_ info - Gets the COFF file info from a file path.
- lib_
file_ type - Gets the COFF file type from a file path.
- lib_
from_ bytes - Reads a static library from a byte array.
- lib_
from_ file - Reads a static library from a file path.