rust-bitcoin-unsafe-fast/io/src
Martin Habovstiak 56b19d0601 Add missing IO impls for `std` types
Previously we've only implemented `bitcoin-io` traits for `BufReader`
and `BufWriter` with the reasoning that people should most likely use
those and implementing for other types is too much work. However since
then there were requests to implement them so we do in this commit.
2024-08-16 11:59:43 +02:00
..
bridge.rs Add missing IO impls for `std` types 2024-08-16 11:59:43 +02:00
error.rs io: add not_unwind_safe as PhantomData 2024-07-25 12:19:48 -03:00
lib.rs Move `std` impl from `lib.rs` to `bridge.rs` 2024-08-16 09:43:31 +02:00
macros.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00