Docs.rs
subxt-core-0.36.1
subxt-core 0.36.1
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.6.9
normal
derive-where ^1.2.7
normal
frame-metadata ^16.0.0
normal
hashbrown ^0.14.5
normal
hex ^0.4.3
normal
impl-serde ^0.4.0
normal
primitive-types ^0.12.2
normal
scale-bits ^0.6.0
normal
scale-decode ^0.13.0
normal
scale-encode ^0.7.0
normal
scale-info ^2.11.3
normal
scale-value ^0.16.0
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
sp-core ^31.0.0
normal
optional
sp-crypto-hashing ^0.1.0
normal
sp-runtime ^34.0.0
normal
optional
subxt-metadata ^0.36.1
normal
tracing ^0.1.40
normal
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
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
subxt_core
0.36.1
In subxt_core::utils
Function
subxt_core
::
utils
::
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.