Cargo Features
Binfmt has no features set by default.
[dependencies]
binfmt = { version = "0.1.1", features = ["aout", "coff", "elf32", "elf64", "elf", "macho", "pe", "llir", "xir", "ar", "xo65", "o65", "default-formats", "all-formats", "w65", "x86", "arm", "aarch64", "m68k", "clever", "m6502", "default-archs", "all-archs"] }
- aout all-formats?
-
Affects
binfmt::aout
… - coff default-formats? pe?
-
Affects
binfmt::coff
… - elf32 default-formats? = elf
-
Affects
binfmt::elf32
… - elf64 default-formats? = elf
-
Affects
binfmt::elf64
… - elf elf32? elf64?
-
Affects
binfmt::elf
… - macho default-formats?
-
Affects
binfmt::macho
… - pe default-formats? = coff
-
Affects
binfmt::pe
… - llir default-formats?
- xir default-formats?
-
Affects
binfmt::xir
… - ar default-formats?
-
Affects
binfmt::ar
… - xo65 all-formats?
-
Affects
binfmt::xo65
… - o65 all-formats?
-
Affects
binfmt::o65
… - default-formats all-formats? = ar, coff, elf32, elf64, llir, macho, pe, xir
- all-formats = aout, default-formats, o65, xo65
- w65 default-archs?
-
Affects
elf32::w65
… - x86 default-archs?
-
Affects
elf32::x86_64
,elf64::x86_64
… - arm default-archs?
- aarch64
- riscv m68k default-archs?
- clever default-archs?
-
Affects
elf64::clever
… - z80 m6502 all-archs?
- default-archs all-archs? = arm, clever, m68k, riscv, w65, x86
- all-archs = default-archs, m6502, z80