rust-bitcoin-unsafe-fast/examples
Riccardo Casatta 5dfb93df71
Deprecate StreamReader
StreamReader before this commit is trying to repeatedly parse big object like
blocks at every read, causing useless overhead.
consensus_encode deal with partial data by simply blocking.

After this changes it doesn't look what remain of the StreamReader is really giving
value, so it's deprecated
2021-12-31 10:44:14 +01:00
..
bip32.rs no_std support 2021-07-15 09:04:49 +02:00
handshake.rs Deprecate StreamReader 2021-12-31 10:44:14 +01:00