141343edb4
In order to move towards our own I/O traits in the `rust-bitcoin` ecosystem, we have to slowly replace our use of the `std` and `core2` traits. Here we take the second big step, replacing `{std,core2}::io::Read` with our own `bitcoin_io::io::Read`. We provide a blanket impl for our trait for all `std::io::Read`, if the `std` feature is enabled, allowing users who use their own streams or `std` streams to call `rust-bitcoin` methods directly. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |