Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 930 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 930 Bytes

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.19"