rust-bitcoin-unsafe-fast/internals
Tobin C. Harding 834bbf461f Introduce bitcoin-internals crate
Add a new crate `bitcoin-internals` to be used for internal code needed
by multiple soon-to-be-created crates.

Add the `write_err` macro to `bitcoin-internals`, nothing else.

This patch uses a `path` dependency which means `rust-bitcoin` cannot be
released in its current state, will need to be changed once we release
the `bitcoin-internals` crate on `crates.io`.
2022-09-13 08:59:57 +10:00
..
src Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
Cargo.toml Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
README.md Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00

README.md

Rust Bitcoin Internals

This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.

This crate will never be stabilized, depend on it at your own risk.