rust-bitcoin-unsafe-fast/io
Tobin C. Harding 80fe9b99b2
Move public macros to a separate module
In preparation for inlining the `io` molule, move the public macros to a
private `macros` module.

Includes removal of the public re-export of `std` as `_std` - flaggin
this because I do not understand why it is here in the first place, we
can use `std::io::Write` in code that is feature gated on "std".
2023-11-28 11:43:35 +11:00
..
src Move public macros to a separate module 2023-11-28 11:43:35 +11:00
Cargo.toml Remove `core2` dependency entirely 2023-11-09 16:46:44 +00:00