rust-bitcoin-unsafe-fast/io
Matt Corallo ac678bb435 [IO] Move to custom `Write` trait mirroring `std::io::Write`
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.
2023-11-07 05:51:31 +00:00
..
src [IO] Move to custom `Write` trait mirroring `std::io::Write` 2023-11-07 05:51:31 +00:00
Cargo.toml Add a `bitcoin_io` crate 2023-11-07 05:50:42 +00:00