rust-bitcoin-unsafe-fast/io
Tobin C. Harding 5c0759a390
Inline io module in io crate root
Its not immediately obvious why we nest the whole `io` code in an `io`
submodule within `lib.rs`. As far as I can tell we can inline it and
re-export from `rust-bitcoin` same as we do for our other dependencies.

This change would effect other users of the crate but since the `io`
crate is unreleased this effects no-one except us.
2023-11-28 14:17:14 +11:00
..
src Inline io module in io crate root 2023-11-28 14:17:14 +11:00
Cargo.toml Remove `core2` dependency entirely 2023-11-09 16:46:44 +00:00