Expand description
Rust Bitcoin Internal
This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.
Re-exports§
pub extern crate bincode;pub extern crate serde_json;
Modules§
- array
- Contains extensions related to arrays.
- array_
vec - A simplified
Copyversion ofarrayvec::ArrayVec. - const_
casts - Const-compatible integer casting functions.
- error
- Error
- script
- Internal script related helper functions and types.
- serde
- Contains extensions of
serdeand internal reexports. - slice
- Contains extensions related to slices.
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::Deserializeby way ofFromStr. - serde_
string_ impl - Implements
serde::SerializeandDeserializeby way ofDisplayandFromStrrespectively. - serde_
string_ serialize_ impl - Implements
serde::Serializeby way ofDisplay. - write_
err - Formats error.