object 0.32.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 25 feature flags, 12 of them enabled by default.

default

  • read
  • compression

read

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

compression

  • dep:flate2
  • dep:ruzstd
  • 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

xcoff

    This feature flag does not enable additional features.

unaligned

    This feature flag does not enable additional features.

std

  • memchr/std

doc

  • read_core
  • write_std
  • std
  • compression
  • archive
  • coff
  • elf
  • macho
  • pe
  • wasm
  • xcoff

write

  • write_std
  • coff
  • elf
  • macho
  • pe
  • xcoff

all

  • read
  • write
  • std
  • compression
  • wasm

rustc-dep-of-std

  • core
  • compiler_builtins
  • alloc
  • memchr/rustc-dep-of-std

write_std

  • write_core
  • std
  • indexmap?/std
  • crc32fast?/std

write_core

  • dep:crc32fast
  • dep:indexmap
  • dep:hashbrown

unstable-all

  • all
  • unstable

alloc

  • dep:alloc

core

  • dep:core

wasm

  • dep:wasmparser

compiler_builtins

  • dep:compiler_builtins

cargo-all

    This feature flag does not enable additional features.

unstable

    This feature flag does not enable additional features.