Docs.rs
revm-38.0.0
revm 38.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
revm-bytecode ^10.0.0
normal
revm-context ^16.0.1
normal
revm-context-interface ^17.0.1
normal
revm-database ^13.0.1
normal
revm-database-interface ^11.0.1
normal
revm-handler ^18.1.0
normal
revm-inspector ^19.0.0
normal
revm-interpreter ^35.0.1
normal
revm-precompile ^34.0.0
normal
revm-primitives ^23.0.0
normal
revm-state ^11.0.1
normal
revm-statetest-types ^17.0.1
normal
optional
serde ^1.0
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
DUP5
revm
38.0.0
In revm::
context::
bytecode::
opcode
revm
::
context
::
bytecode
::
opcode
Constant
DUP5
Copy item path
Source
pub const DUP5:
u8
= 0x84; // 132u8
Expand description
The
0x84
(“DUP5”) opcode.