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
STACK_LIMIT
revm
38.0.0
In revm::
handler::
interpreter
revm
::
handler
::
interpreter
Constant
STACK_
LIMIT
Copy item path
Source
pub const STACK_LIMIT:
usize
= 1024; // 1_024usize
Expand description
EVM interpreter stack limit.