ac678bb435
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 first real step, replacing `{std,core2}::io::Write` withour own `bitcoin_io::io::Write`. We provide a blanket impl for our trait for all `std::io::Write`, if the `std` feature is enabled, allowing users who use their own streams or `std` streams to call `rust-bitcoin` methods directly. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |