Crate bitcoin_internals
source ·Expand description
§Rust Bitcoin Internal
This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.
Modules§
- Error
- Helpers for encoding bytes as hex strings.
- Various macros used by the Rust Bitcoin ecosystem.
- Contains extensions of
serde
and internal reexports.
Macros§
- Asserts a boolean expression at compile time.
- Implements
Debug
by calling through toDisplay
. - Format known-length array as hex.
- Implements standard array methods for a given wrapper type.
- Implements conversions from various string types.
- Implements conversions from various string types as well as
serde
(de)serialization. - Impls std::error::Error for the specified type with appropriate attributes, possibly returning source.
- Creates an error type intended for string parsing errors.
- Formats error.