Skip to main content

Module lib

Module lib 

Source
Expand description

Re-exports§

pub use reader::LibReader;
pub use writer::WriteConfig;

Modules§

reader
Library reader module.
writer
Library writer module.

Structs§

LibReadConfig
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.