Move `no-std` sync implementations to a folder to clean up
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 06:26:46 +0000 (06:26 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 06:26:46 +0000 (06:26 +0000)
commitf66f720fa54cdd28ac998dcc39c859567b2455e0
treec63e55372702f8847a3b57fd85cb34edae3339b5
parent197a47a8f3a72a482b7bc8d63462d6e1b8812564
Move `no-std` sync implementations to a folder to clean up
lightning/src/lib.rs
lightning/src/sync.rs [deleted file]
lightning/src/sync/mod.rs [new file with mode: 0644]
lightning/src/sync/nostd_sync.rs [new file with mode: 0644]