Module string

Expand description

Bitcoin string parsing utilities.

This module provides utility types and traits to support handling and parsing strings within rust-bitcoin.

Enums§

FromHexError
Hex parsing error

Traits§

FromHexStr
Trait that allows types to be initialized from hex strings