Crate revm_primitives
source ·Re-exports
pub use bits::B160;
pub use bits::B256;
pub use bytes;
pub use hex;
pub use hex_literal;
pub use log::Log;
pub use ruint;
pub use bytecode::*;
pub use env::*;
pub use precompile::*;
pub use result::*;
pub use specification::*;
pub use state::*;
pub use utilities::*;
Modules
A hash map implemented with quadratic probing and SIMD lookup.
Macros
The
uint!
macro for Uint
literalsStructs
A cheaply cloneable and sliceable chunk of contiguous memory.
A hash map implemented with quadratic probing and SIMD lookup.