[go: up one dir, main page]

Module disasm

Module 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§

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

Enums§

Error
Errors that may arise during disassembly.