Skip to main content

Module archive

Module archive 

Source

Re-exportsยง

pub use crate::errors::ExtractBundledLibsError;

Structsยง

ArArchiveBuilder
ArArchiveBuilderBuilder
ArchiveEntry ๐Ÿ”’
ImportLibraryItem
An item to be included in an import library. This is a slimmed down version of COFFShortExport from ar-archive-writer.
ObjectReader
Helper struct to query object file information from members.
Patch ๐Ÿ”’
A byte-level patch collected in the read-only pass and applied in the write pass.

Enumsยง

AddArchiveKind
ArchiveEntryKind
ArchiveEntrySource ๐Ÿ”’

Constantsยง

DEFAULT_OBJECT_READER
Default implementation of ObjectReader that uses the object crate.

Traitsยง

ArchiveBuilder
ArchiveBuilderBuilder

Functionsยง

apply_hide ๐Ÿ”’
apply_patches ๐Ÿ”’
Apply a list of byte patches to data, returning the (possibly modified) bytes.
archive_kind_display_name ๐Ÿ”’
archive_kinds_compatible ๐Ÿ”’
create_mingw_dll_import_lib ๐Ÿ”’
elf_hide_patches_impl ๐Ÿ”’
find_binutils_dlltool ๐Ÿ”’
hide_patches ๐Ÿ”’
io_error_context ๐Ÿ”’
macho_hide_patches_impl ๐Ÿ”’
target_archive_format_to_object_kind ๐Ÿ”’
try_extract_macho_fat_archive
try_filter_fat_archs ๐Ÿ”’