Docs.rs
revm-interpreter-14.0.0
revm-interpreter 14.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
paste ^1.0
normal
optional
phf ^0.11
normal
optional
revm-primitives ^14.0.0
normal
serde ^1.0
normal
optional
bincode ^1.3
dev
serde_json ^1.0
dev
walkdir ^2.5
dev
Versions
76.93%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
revm_
interpreter
14.0.0
Module analysis
Module Items
Structs
Enums
Functions
In revm_
interpreter::
interpreter
revm_interpreter
::
interpreter
Module
analysis
Copy item path
Source
Structs
§
Access
Tracker
Enums
§
Code
Type
Types of code sections. It is a error if container to contain both RETURNCONTRACT and either of RETURN or STOP.
EofError
EOF Error.
EofValidation
Error
Functions
§
to_
analysed
Perform bytecode analysis.
validate_
eof
Fully validates an
Eof
container.
validate_
eof_
code
Validates that:
validate_
eof_
codes
Validates an
Eof
structure, without recursing into containers.
validate_
eof_
inner
validate_
raw_
eof
Decodes
raw
into an
Eof
container and validates it.
validate_
raw_
eof_
inner
Decodes
raw
into an
Eof
container and validates it.