Docs.rs
evm-interpreter-1.0.0
evm-interpreter 1.0.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sorpaas
Dependencies
auto_impl ^1.2
normal
paste ^1.0
normal
primitive-types ^0.12
normal
rlp ^0.5
normal
parity-scale-codec ^3.2
normal
optional
scale-info ^2.3
normal
optional
serde ^1.0
normal
optional
sha3 ^0.10
normal
hex ^0.4
dev
Versions
100%
of the crate is documented
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
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
evm_
interpreter
1.0.0
In evm_
interpreter::
utils
evm_interpreter
::
utils
Function
u256_to_h256
Copy item path
Source
pub fn u256_to_h256(v:
U256
) ->
H256
Expand description
Convert
U256
into
H256
.