litcoinlib 0.29.4

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

litcoinlib

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 14 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-serde

  • serde
  • bitcoin_hashes/serde
  • secp256k1/serde

base64

  • base64-compat

core2

  • dep:core2

rand

  • secp256k1/rand-std

bitcoinconsensus

  • dep:bitcoinconsensus

serde

  • dep:serde

secp-lowmemory

  • secp256k1/lowmemory

hashbrown

  • dep:hashbrown

base64-compat

  • dep:base64-compat

unstable

    This feature flag does not enable additional features.