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 toDisplay
. - 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.