Correct `rapid-gossip-sync` `no-std` build and test
authorMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 15:42:41 +0000 (15:42 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 17:51:12 +0000 (17:51 +0000)
commitf9acac8fec03f9120b943ec64d50de087cc0f43a
tree27fb3f9914f6d4bd6665f8a3744c21bb98a30176
parent7544030bb63fee6484fc178bb2ac8f382fe3b5b1
Correct `rapid-gossip-sync` `no-std` build and test

While `rapid-gossip-sync` recently gained a `no-std` feature, it
didn't actually work, as there were still dangling references to
`std` and prelude assumptions. This makes `rapid-gossip-sync`
build (and test) properly in `no-std`.
lightning-rapid-gossip-sync/Cargo.toml
lightning-rapid-gossip-sync/src/error.rs
lightning-rapid-gossip-sync/src/lib.rs
lightning-rapid-gossip-sync/src/processing.rs