Crate bitcoin_private

Source
Expand description

§Rust Bitcoin Internal

This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.

Modules§

error
Error
hex
Helpers for encoding bytes as hex strings.
macros
Various macros used by the Rust Bitcoin ecosystem.

Macros§

const_assert
Asserts a boolean expression at compile time.
debug_from_display
Implements Debug by calling through to Display.
fmt_hex_exact
Format known-length array as hex.
impl_array_newtype
Implements standard array methods for a given wrapper type.
write_err
Formats error.