Docs.rs
  • revm-interpreter-1.0.0
    • revm-interpreter 1.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rakita
    • Dependencies
      • arbitrary ^1.2 normal
      • derive_more ^0.99 normal
      • enumn ^0.1 normal
      • proptest ^1.0 normal
      • proptest-derive ^0.3 normal
      • revm-primitives ^1.0.0 normal
      • serde ^1.0 normal
      • sha3 ^0.10 normal
      • arbitrary ^1.2 dev
      • proptest ^1.0 dev
      • proptest-derive ^0.3 dev
    • Versions
    • 32.93% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate revm_interpreter

  • Version 1.0.0
  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Constants
  • Traits
  • Functions
?
Change settings

Crate revm_interpreter

source ·

Re-exports

pub use gas::Gas;
pub use instruction_result::InstructionResult;
pub use revm_primitives as primitives;
pub use inner_models::*;

Modules

analysis
gas
inner_models
instruction_result
opcode

Macros

return_ok
return_revert

Structs

BytecodeLocked
Contract
DummyHost
Interpreter
Memory
A sequencial memory. It uses Rust’s Vec for internal representation.
OpCode
Stack
EVM stack.

Constants

CALL_STACK_LIMIT
OPCODE_JUMPMAP
STACK_LIMIT

Traits

Host
EVM context host.

Functions

spec_opcode_gas