The current feature gating is wrong, this bug is unreleased because it was introduced #2585. The `impl_array_newtype` macro is only used in the `bitcoin` crate, it does not need to be in `internals`. Also, other crates have an `alloc` feature which `bitcoin` does not have so if we ever need it in other places we'll need a duplicate with the correct feature gating anyways. Move the macro to `bitcoin::internal_macros` and remove the incorrect `alloc` feature gating. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md | ||
build.rs |
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.