[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
merge-script b2fdc5ccf8
Some checks failed
CI / Test (stable) (push) Has been cancelled
CI / Rust fmt (push) Has been cancelled
CI / Rust clippy (push) Has been cancelled
CI / Test (1.75.0) (push) Has been cancelled
Merge bitcoindevkit/rust-electrum-client#195: feat(ci): add justfile
df6675dc09 fix(docs): fix `bitcoin::block::Header` link (Luis Schwab)
4b98565ee2 feat(ci): add justfile (Luis Schwab)

Pull request description:

  This PR adds a `justfile` stolen from `rust-esplora-client`.

ACKs for top commit:
  oleonardolima:
    tACK df6675dc09

Tree-SHA512: 8d8f43c27631d7dc1c0eac28e01828510118a0600c762e9459b779a6423ceb6b1e3000f5c797d065a2ef6e511e2c47f6ad7bcf0182a515e573fc097e74f9e04b
2026-01-20 20:58:18 -03:00
.github/workflows ci: bump clippy to 1.90.0 2025-11-03 10:10:26 -05:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src fix(docs): fix bitcoin::block::Header link 2026-01-19 17:13:06 -03:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml chore: Bump version to 0.24.1 2025-11-03 10:06:12 -05:00
CHANGELOG.md chore: Bump version to 0.24.1 2025-11-03 10:06:12 -05:00
clippy.toml ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00
justfile feat(ci): add justfile 2026-01-19 17:10:29 -03:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00

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.75.0.