object 0.25.2

A unified interface for reading and writing object file formats.
Documentation

object

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 24 feature flags, 12 of them enabled by default.

default

  • read
  • compression

read

  • read_core
  • archive
  • coff
  • elf
  • macho
  • pe
  • unaligned

compression

  • flate2
  • std

read_core

    This feature flag does not enable additional features.

archive

    This feature flag does not enable additional features.

coff

    This feature flag does not enable additional features.

elf

    This feature flag does not enable additional features.

macho

    This feature flag does not enable additional features.

pe

  • coff

unaligned

    This feature flag does not enable additional features.

flate2

    This feature flag does not enable additional features.

std

  • memchr/std

all

  • read
  • write
  • std
  • compression
  • default

write

  • write_core
  • coff
  • elf
  • macho

write_core

  • crc32fast
  • indexmap
  • std

rustc-dep-of-std

  • core
  • compiler_builtins
  • alloc

wasm

  • wasmparser

compiler_builtins

    This feature flag does not enable additional features.

indexmap

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.

core

    This feature flag does not enable additional features.

cargo-all

    This feature flag does not enable additional features.

crc32fast

    This feature flag does not enable additional features.

wasmparser

    This feature flag does not enable additional features.