object 0.35.0

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 27 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
  • build_core
  • std
  • compression
  • archive
  • coff
  • elf
  • macho
  • pe
  • wasm
  • xcoff

all

  • read
  • write
  • build
  • std
  • compression
  • wasm

write

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

write_std

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

rustc-dep-of-std

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

build

  • build_core
  • write_std
  • elf

write_core

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

build_core

  • read_core
  • write_core

unstable-all

  • all
  • unstable

wasm

  • dep:wasmparser

compiler_builtins

  • dep:compiler_builtins

alloc

  • dep:alloc

core

  • dep:core

cargo-all

    This feature flag does not enable additional features.

unstable

    This feature flag does not enable additional features.