bitcoin_units

Module parse

source
Available on crate feature alloc only.
Expand description

Parsing utilities.

Structs§

Enums§

  • Error returned when parsing an integer from a hex string that is supposed to contain a prefix.
  • Error returned when parsing an integer from a hex string that is not supposed to contain a prefix.

Traits§

  • Not strictly necessary but serves as a lint - avoids weird behavior if someone accidentally passes non-integer to the parse() function.

Functions§