implement Persist and Persister with generic KVStorePersister trait
authorJohn Cantrell <johncantrell97@gmail.com>
Mon, 11 Apr 2022 17:50:31 +0000 (13:50 -0400)
committerJohn Cantrell <johncantrell97@gmail.com>
Wed, 20 Apr 2022 20:46:58 +0000 (16:46 -0400)
commit49649442798af0344ac7ed5dbbb2c99d90f7a3fe
tree4ed42b7a3e19ab2012e4d87012dc0ff61af9eae4
parent83595dbfdc9669e52b7095a6c2bc087a4398cc1d
implement Persist and Persister with generic KVStorePersister trait
lightning-background-processor/Cargo.toml
lightning-background-processor/src/lib.rs
lightning-persister/src/lib.rs
lightning-persister/src/util.rs
lightning/src/util/mod.rs
lightning/src/util/persist.rs [new file with mode: 0644]