object 0.30.3

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 30 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

doc

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

write

  • write_std
  • coff
  • elf
  • macho
  • pe

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

unstable-all

  • all
  • unstable
  • xcoff

write_core

  • crc32fast
  • indexmap
  • hashbrown

wasm

  • wasmparser

cargo-all

    This feature flag does not enable additional features.

xcoff

    This feature flag does not enable additional features.

hashbrown

    This feature flag does not enable additional features.

wasmparser

    This feature flag does not enable additional features.

compiler_builtins

    This feature flag does not enable additional features.

unstable

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.

crc32fast

    This feature flag does not enable additional features.

core

    This feature flag does not enable additional features.

indexmap

    This feature flag does not enable additional features.