]> git.bitcoin.ninja Git - rust-lightning/commit
Reimplement io::Cursor.
authorArik Sosman <git@arik.io>
Thu, 15 Aug 2024 01:51:39 +0000 (18:51 -0700)
committerArik Sosman <git@arik.io>
Fri, 16 Aug 2024 16:23:09 +0000 (09:23 -0700)
commit40b04000aafa33fb7e390da512ed04f64733e3a0
tree27ee87b89c23613e7095edca7542e19f250a4536
parentb05113ab729f52282462bc3d4f84bddc98d766c2
Reimplement io::Cursor.

The `bitcoin::io` Cursor will miss a bunch of functionality that we were
using that we will reimplement here, most critically `set_position`.
lightning/src/io/mod.rs