Docs.rs
subxt-core-0.44.0
subxt-core 0.44.0
Permalink
Docs.rs crate page
Apache-2.0
OR GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
jsdw
Dependencies
base58 ^0.2.0
normal
blake2 ^0.10.6
normal
parity-scale-codec ^3.7.4
normal
derive-where ^1.2.7
normal
frame-decode ^0.9.0
normal
frame-metadata ^23.0.0
normal
hashbrown ^0.14.5
normal
hex ^0.4.3
normal
impl-serde ^0.5.0
normal
keccak-hash ^0.11.0
normal
primitive-types ^0.13.1
normal
scale-bits ^0.7.0
normal
scale-decode ^0.16.0
normal
scale-encode ^0.10.0
normal
scale-info ^2.11.4
normal
scale-value ^0.18.0
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
sp-crypto-hashing ^0.1.0
normal
subxt-metadata ^0.44.0
normal
thiserror ^2.0.0
normal
tracing ^0.1.40
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
to_hex
subxt_
core
0.44.0
In subxt_
core::
utils
subxt_core
::
utils
Function
to_hex
Copy item path
Source
pub fn to_hex(bytes: impl
AsRef
<[
u8
]>) ->
String
Expand description
A quick helper to encode some bytes to hex.