[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
|
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| LICENSE | ||
| README.md | ||
rust-electrum-client
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"