Re-export `core2::io` or `std::io` depending on feature flags 2022-05-pub-io
authorMatt Corallo <git@bluematt.me>
Mon, 30 May 2022 17:50:02 +0000 (17:50 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 31 May 2022 00:17:40 +0000 (00:17 +0000)
commitb4a9b962dd65629e5e115428abec21b048292927
treed97ce38301820d08ec6cc9e3c1587d582b131107
parenta534a5e7af4923122a359005a99f01cfb33b451c
Re-export `core2::io` or `std::io` depending on feature flags

This is useful in bindings as the `lightning::io` module is used in
the public interface, but also useful for users who want to refer
to the `io` as used in lightning irrespective of the feature flags.
lightning/src/lib.rs