Module fuel_etk_asm::disasm

source ·
Expand description

A simple disassembler from the EVM Toolkit.

Converts a stream of bytes into an iterator of [`Op<u8>’].

See the documentation for Disassembler for more information.

Structs

A simple disassembler that converts a stream of bytes into an iterator over the disassembled [Op<[u8]>].
A std::iter::Iterator over the [Op<[u8]>] produced by disassembling a stream of bytes.
An item with its location within a stream of bytes.

Enums

Errors that may arise during disassembly.