electrum-client

Crates.ioelectrum-client
lib.rselectrum-client
version0.22.0
sourcesrc
created_at2020-02-06 17:28:21.320984
updated_at2024-11-26 05:36:42.242171
descriptionBitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
homepagehttps://github.com/bitcoindevkit/rust-electrum-client
repositoryhttps://github.com/bitcoindevkit/rust-electrum-client
max_upload_size
id205543
size180,331
Steve Myers (notmandatory)

documentation

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

README

rust-electrum-client

Build Status Latest Version MSRV Badge

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

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 rustls --precise "0.23.17"
Commit count: 191

cargo fmt