15 breaking releases

new 0.17.0 Apr 29, 2026
0.16.0 Mar 23, 2026
0.15.0 Feb 18, 2026
0.13.0 Dec 11, 2025
0.3.0 Mar 20, 2024

#3 in #xpub

Download history 265/week @ 2026-01-07 198/week @ 2026-01-14 267/week @ 2026-01-21 279/week @ 2026-01-28 375/week @ 2026-02-04 374/week @ 2026-02-11 285/week @ 2026-02-18 478/week @ 2026-02-25 578/week @ 2026-03-04 321/week @ 2026-03-11 435/week @ 2026-03-18 295/week @ 2026-03-25 250/week @ 2026-04-01 294/week @ 2026-04-08 363/week @ 2026-04-15 399/week @ 2026-04-22

1,351 downloads per month
Used in 13 crates (12 directly)

MIT OR BSD-2-Clause

120KB
2.5K SLoC

A crate containing common code used in multiple other crate in the workspace, such as:

  • Utils to inspect a PSET: get the net effect of a PSET on a given wallet [pset_balance()], or get how many signatures are missing , and which signers should provide them [pset_signatures()].
  • Signer trait: contains the methods to be implemented by a signer such as signing a pset or returning an xpub

To avoid circular dependencies this crate must not depend on other crate of the workspace

Dependencies

~32MB
~470K SLoC