Docs.rs
bitcoind-async-client-0.3.0
bitcoind-async-client 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
storopoli
Dependencies
base64 ^0.22.1
normal
bitcoin ^0.32.6
normal
hex-conservative ^0.2.1
normal
reqwest ^0.12.21
normal
secp256k1 ^0.29.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
tracing ^0.1.41
normal
anyhow ^1.0.98
dev
corepc-node ^0.8.0
dev
tracing-subscriber ^0.3.19
dev
Versions
73.41%
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
bitcoind_
async_
client
0.3.0
Module client
Module Items
Structs
Functions
Type Aliases
In crate bitcoind_
async_
client
bitcoind_async_client
Module
client
Copy item path
Source
Structs
§
Client
An
async
client for interacting with a
bitcoind
instance.
Functions
§
to_
value
Custom implementation to convert a value to a
Value
type.
Type Aliases
§
Client
Result
This is an alias for the result type returned by the
Client
.