bitcoin 0.27.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 15 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

use-serde

  • serde
  • bitcoin_hashes/serde
  • secp256k1/serde

secp-lowmemory

  • secp256k1/lowmemory

rand

  • secp256k1/rand-std

base64

  • base64-compat

serde

    This feature flag does not enable additional features.

hashbrown

    This feature flag does not enable additional features.

core2

    This feature flag does not enable additional features.

fuzztarget

    This feature flag does not enable additional features.

unstable

    This feature flag does not enable additional features.

base64-compat

    This feature flag does not enable additional features.

bitcoinconsensus

    This feature flag does not enable additional features.