Don't make references to `std` in `lightning-invoice` in bindings 2022-09-invoice-bindings-nostd
authorMatt Corallo <git@bluematt.me>
Sun, 25 Sep 2022 14:24:13 +0000 (14:24 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 26 Sep 2022 10:39:14 +0000 (10:39 +0000)
commit54fa6280cfe2ef4e7c2cd16ef3b1c0cf446bd26f
treea004e10965c48b50245eb6bf8f5637b82667b833
parent3b7859f496a6da971b4e4690a11f4b4a3b137fe8
Don't make references to `std` in `lightning-invoice` in bindings

As we support `no-std` for `lightning-invoice` builds, we should
support them in `c_bindings` as well, which we add a test for in
CI here.
.github/workflows/build.yml
lightning-invoice/src/payment.rs
lightning-invoice/src/utils.rs