Crate groestlcoin_internals
source ·Expand description
§Rust Groestlcoin Internal
This crate is only meant to be used internally by crates in the rust-groestlcoin ecosystem.
Modules§
- Error
- 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
. - 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. - Creates an error type intended for string parsing errors.
- Formats error.