Currently we feature gate code within the `impl_to_hex_from_lower_hex` macro on "alloc" but `bitcoin` does not have the "alloc" feature so this code is never built in. This can be seen by the lack of a `to_hex` function on `LeafVersion`. Remove the feature gate from the macro and put it on the individual call sites as needed. |
||
---|---|---|
.. | ||
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.