Skip to main content

Crate bitcoin_internals

Crate bitcoin_internals 

Source
Expand description

Rust Bitcoin Internal

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

Modules§

array
Contains extensions related to arrays.
array_vec
A simplified Copy version of arrayvec::ArrayVec.
const_casts
Const-compatible integer casting functions.
error
Error
script
Internal script related helper functions and types.
serde
Contains extensions of serde and internal reexports.
slice
Contains extensions related to slices.
u256
Unsigned 256-bit integer type.

Macros§

const_assert
Asserts a boolean expression at compile time.
parse_error_type
Constructs an error type intended for string parsing errors.
rust_version
Expands code based on Rust version this is compiled under.
serde_string_deserialize_impl
Implements serde::Deserialize by way of FromStr.
serde_string_impl
Implements serde::Serialize and Deserialize by way of Display and FromStr respectively.
serde_string_serialize_impl
Implements serde::Serialize by way of Display.
write_err
Formats error.