Docs.rs
chaincraft-rust-0.1.3
chaincraft-rust 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jio-gl
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.21
normal
bincode ^1.3
normal
blake3 ^1.5
normal
bytes ^1.0
normal
chrono ^0.4
normal
clap ^4.4
normal
dashmap ^5.5
normal
ed25519-dalek ^2.0
normal
flate2 ^1.0
normal
futures ^0.3
normal
hex ^0.4
normal
indexmap ^2.0
normal
k256 ^0.13
normal
libp2p ^0.53
normal
lru ^0.12
normal
num_cpus ^1.0
normal
openssl ^0.10
normal
optional
rand ^0.8
normal
rand_core ^0.6
normal
ring ^0.17
normal
rpassword ^7.3
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
sha3 ^0.10
normal
sled ^0.34
normal
optional
socket2 ^0.5
normal
sqlx ^0.7
normal
optional
thiserror ^1.0
normal
tokio ^1.35
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.6
normal
vdf ^0.1
normal
optional
vrf ^0.2
normal
criterion ^0.5
dev
proptest ^1.4
dev
tempfile ^3.8
dev
tokio-test ^0.4
dev
openssl ^0.10
normal
optional
Versions
56.22%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
chaincraft_
rust
0.1.3
In chaincraft_
rust::
utils
chaincraft_rust
::
utils
Function
hex_to_bytes
Copy item path
Source
pub fn hex_to_bytes(hex: &
str
) ->
Result
<
Vec
<
u8
>,
FromHexError
>
Expand description
Convert a hex string to bytes