Expand description
§Rust Bitcoin Internal
This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.
Modules§
- error
- Error
- hex
- Helpers for encoding bytes as hex strings.
- macros
- Various macros used by the Rust Bitcoin ecosystem.
Macros§
- const_
assert - Asserts a boolean expression at compile time.
- debug_
from_ display - Implements
Debug
by calling through toDisplay
. - fmt_
hex_ exact - Format known-length array as hex.
- impl_
array_ newtype - Implements standard array methods for a given wrapper type.
- write_
err - Formats error.