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§
- london
- Instructions available in the London hard fork.
- shanghai
- Instructions available in the Shanghai hard fork.
Structs§
- From
StrError - Error that can occur when parsing an operation from a string.
Enums§
- From
Slice Error - Errors that can occur when parsing an operation from a byte slice.
- Void
- Immediate type for operations that do not have an immediate argument.
Traits§
- Immediate
- Trait for types that contain an immediate argument.
- Immediates
- Trait for describing the types of immediate arguments for operation enums.