Registry / crypto / revm-primitives

revm-primitives

JSON →
library24.0.1rscratesunverified

Primitive types used by the revm Ethereum virtual machine.

# Cargo.toml [dependencies] revm-primitives = "24.0.1"
INSTALL
IMPORT
SIG · REVM-PRIMITIVES
R
revm-primitives
cryptorustv24.0.1
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.

U256
use revm_primitives::U256;

Creates a U256 value from an integer.

use revm_primitives::U256; fn main() { let val = U256::from(42); println!("{}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
24.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
revm-primitives — cargo add revm-primitives · libregistry