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.
- serde
- Contains extensions of
serdeand internal reexports.
Macros§
- const_
assert - Asserts a boolean expression at compile time.
- debug_
from_ display - Implements
Debugby calling through toDisplay. - fmt_
hex_ exact - Format known-length array as hex.
- impl_
array_ newtype - Implements standard array methods for a given wrapper type.
- impl_
parse - Implements conversions from various string types.
- impl_
parse_ and_ serde - Implements conversions from various string types as well as
serde(de)serialization. - impl_
std_ error - Impls std::error::Error for the specified type with appropriate attributes, possibly returning source.
- parse_
error_ type - Creates an error type intended for string parsing errors.
- write_
err - Formats error.