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.

Re-exports§

Modules§

  • A simplified Copy version of arrayvec::ArrayVec.
  • Variable length integer encoding A.K.A CompactSize.
  • Contains tools (workarounds) to make implementing const fns easier.
  • Error
  • Various macros used by the Rust Bitcoin ecosystem.
  • Internal script related helper functions and types.
  • serdeserde
    Contains extensions of serde and internal reexports.

Macros§

Traits§

  • A conversion trait for unsigned integer types smaller than or equal to 64-bits.