Crate fuel_etk_ops

source ·
Expand description

The EVM Toolkit Operations Crate.

You can find more information about the command-line tools in The ETK Book.

This crate defines Rust types for all the instructions in the Ethereum Virtual Machine (EVM.)

Modules

Instructions available in the London hard fork.

Structs

Error that can occur when parsing an operation from a string.

Enums

Errors that can occur when parsing an operation from a byte slice.
Immediate type for operations that do not have an immediate argument.

Traits

Trait for types that contain an immediate argument.
Trait for describing the types of immediate arguments for operation enums.