esplora-client

Crates.ioesplora-client
lib.rsesplora-client
version0.9.0
sourcesrc
created_at2022-09-26 14:03:03.41083
updated_at2024-06-18 04:46:33.846429
descriptionBitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async
homepagehttps://github.com/bitcoindevkit/rust-esplora-client
repositoryhttps://github.com/bitcoindevkit/rust-esplora-client
max_upload_size
id674271
size78,761
志宇 (evanlinjin)

documentation

https://docs.rs/esplora-client/

README

rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.

Crate Info MIT Licensed CI Status Coverage Status API Docs Rustc Version 1.63.0+ Chat on Discord

Minimum Supported Rust Version (MSRV)

This library should compile with any combination of features with Rust 1.63.0.

To build with the MSRV you will need to pin dependencies as follows:

cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
cargo update -p time --precise "0.3.20"
cargo update -p home --precise 0.5.5
cargo update -p url --precise "2.5.0"
Commit count: 174

cargo fmt