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
Error
macros
Various macros used by the Rust Bitcoin ecosystem.
serde
Contains extensions of serde and internal reexports.

Macros§

const_assert
Asserts a boolean expression at compile time.
debug_from_display
Implements Debug by calling through to Display.
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.
parse_error_type
Creates an error type intended for string parsing errors.
write_err
Formats error.