rust-bitcoin-unsafe-fast/io/src
Tobin C. Harding db888fa4cc
io: Remove blanket trait impls
Remove the blanket impls of `Read`, `BufRead`, and `Write`. Replace them
with a set of sane impls.

Note, we add code to the `impl_write` macro to implement both
`crate::Write` and `std::io::Write` when "std" feature is
enabled.

Fix: #2432
2024-02-11 06:46:27 +11:00
..
error.rs io: Add documentation to all public types and functions 2024-02-05 11:58:10 +11:00
lib.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00
macros.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00