rust-bitcoin-unsafe-fast/internals
Tobin C. Harding 514cc5500f
internals: Fix lint warnings on macro
The new `impl_to_hex_from_lower_hex` macro causes build warnings when
`internals` is built without the `alloc` feature.

There are two macro implementations depending on feature gates,
improve the docs and duplicate them ont both macro definitions.
2024-09-11 08:57:50 +10:00
..
contrib
src internals: Fix lint warnings on macro 2024-09-11 08:57:50 +10:00
CHANGELOG.md
Cargo.toml Refactor Rust version checking 2024-08-19 15:21:01 +02:00
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.