Docs.rs
verbs-rs-0.4.1
verbs-rs 0.4.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
msabvid
Dependencies
alloy-primitives ^0.7.0
normal
alloy-sol-types ^0.7.0
normal
async-trait ^0.1.74
normal
ethereum-types ^0.14.1
normal
ethers-core ^2.0.10
normal
ethers-providers ^2.0.10
normal
eyre ^0.6
normal
futures ^0.3
normal
hex ^0.4.3
normal
itertools ^0.12.1
normal
kdam ^0.5.1
normal
log ^0.4.19
normal
rand ^0.8.5
normal
rand_xoshiro ^0.6.0
normal
reqwest ^0.11.22
normal
revm ^8.0.0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1.33.0
normal
url ^2
normal
verbs-macros ^0.4.1
normal
assert_approx_eq ^1.1.0
dev
clap ^4.5.1
dev
rstest ^0.18.2
dev
Versions
78.99%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
verbs_
rs
0.4.1
data_
bytes_
from_
hex
Sections
Arguments
In verbs_
rs::
utils
verbs_rs
::
utils
Function
data_bytes_from_hex
Copy item path
Source
pub fn data_bytes_from_hex(hx: &
str
) ->
Vec
<
u8
>
ⓘ
Expand description
Create a Bytes object from a hex string.
§
Arguments
hx
- Hex string.