rust-lightning/lightning
Matt Corallo f8b7ad242d Optimize BufReader somewhat for the only used case
`rust-bitcoin` doesn't ever actually *use* its `BufRead`
requirement when deserializing objects, and forcing it is somewhat
inefficient, so we optimize the only (actual) case here by passing
reads straight through to the backing stream.
2024-08-19 14:55:28 +00:00
..
src Optimize BufReader somewhat for the only used case 2024-08-19 14:55:28 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.32.2. 2024-08-16 10:31:45 -07:00