bitcoin 0.29.0

General purpose library for using and interoperating with Bitcoin and other cryptocurrencies.
Documentation

bitcoin

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 3 of them enabled by default.

default

  • std
  • secp-recovery

std

  • secp256k1/std
  • bitcoin_hashes/std
  • bech32/std

secp-recovery

  • secp256k1/recovery

no-std

  • hashbrown
  • core2/alloc
  • bitcoin_hashes/alloc
  • secp256k1/alloc

serde

  • actual-serde
  • bitcoin_hashes/serde
  • secp256k1/serde

secp-lowmemory

  • secp256k1/lowmemory

rand

  • secp256k1/rand-std

base64

    This feature flag does not enable additional features.

actual-serde

    This feature flag does not enable additional features.

core2

    This feature flag does not enable additional features.

bitcoinconsensus

    This feature flag does not enable additional features.

hashbrown

    This feature flag does not enable additional features.