sapio-bitcoin 0.28.0-rc.3

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

sapio-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 16 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

use-schemars

  • bitcoin_hashes/schemars
  • schemars
  • secp256k1/schemars

use-serde

  • serde
  • bitcoin_hashes/serde
  • secp256k1/serde

base64

  • base64-compat

secp-lowmemory

  • secp256k1/lowmemory

rand

  • secp256k1/rand-std

unstable

    This feature flag does not enable additional features.

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.

base64-compat

    This feature flag does not enable additional features.

bitcoinconsensus

    This feature flag does not enable additional features.

schemars

    This feature flag does not enable additional features.