]> git.bitcoin.ninja Git - rust-lightning/commit
Introduce io module.
authorArik Sosman <git@arik.io>
Thu, 15 Aug 2024 01:49:22 +0000 (18:49 -0700)
committerArik Sosman <git@arik.io>
Fri, 16 Aug 2024 16:23:09 +0000 (09:23 -0700)
commitb05113ab729f52282462bc3d4f84bddc98d766c2
tree5fd631a46566233fbf769226813ab031707f47f1
parentfb818e09a09b477d30bbb3521f5fffbacc2d6caa
Introduce io module.

The rust-bitcoin upgrade will introduce `bitcoin::io` module, which
will be missing a necessary subset of traits.

To accommodate those traits' future implementations, we move the
`lightning::io` module to its own file, where we will be able to
implement the missing trait subset in the next commit.
lightning/src/io/mod.rs [new file with mode: 0644]
lightning/src/lib.rs