Registry / crypto / revm
library41.0.0rscratesunverified

Rust Ethereum Virtual Machine implementation for executing EVM bytecode.

# Cargo.toml [dependencies] revm = "41.0.0"
INSTALL
IMPORT
SIG · REVM
R
revm
cryptorustv41.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Evm
use revm::Evm;

Create a new EVM instance.

use revm::Evm; fn main() { let evm = Evm::new(); println!("EVM created"); }
Debug
Known issues
gotchaRequires the `std` feature for full functionality; without it, some features are unavailable.
fix
Add `default-features = false` and enable `std` feature if needed.
affects: >=40.0.0
Upgrade
Version history
41.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Amazon
1
Resources
revm — cargo add revm · libregistry