7 unstable releases (3 breaking)

0.4.0 Nov 19, 2024
0.3.0 Sep 1, 2024
0.2.3 Jul 26, 2024
0.1.0 Jul 22, 2024

#1915 in Web programming

Download history 548/week @ 2024-11-14 976/week @ 2024-11-21 833/week @ 2024-11-28 1144/week @ 2024-12-05 949/week @ 2024-12-12 722/week @ 2024-12-19 411/week @ 2024-12-26 1260/week @ 2025-01-02 1403/week @ 2025-01-09 1908/week @ 2025-01-16 2769/week @ 2025-01-23 3707/week @ 2025-01-30 3425/week @ 2025-02-06 1431/week @ 2025-02-13 407/week @ 2025-02-20 420/week @ 2025-02-27

6,589 downloads per month
Used in 2 crates (via cdk-strike)

MIT license

31KB
691 lines

Rust SDK for Strike API

Status

Receive

  • Create invoice
  • Get Invoice
  • Find Invoice

Pay

  • Get LN payment quote
  • Execute LN Payment Quote

Webhook

  • Subscribe to invoice updated webhook

Minimum Supported Rust Version (MSRV)

The strike-rs library should always compile with any combination of features on Rust 1.63.0.

To build and test with the MSRV you will need to pin the below dependency versions:

cargo update -p tokio --precise 1.38.1
cargo update -p reqwest --precise 0.12.4

lib.rs:

Strike API SDK Rust SDK for https://strike.me/

Dependencies

~15–27MB
~491K SLoC