lightning 0.0.122

A Bitcoin Lightning library in Rust. Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. Still missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try.
Documentation

lightning

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 17 feature flags, 3 of them enabled by default.

default

  • std
  • grind_signatures

std

  • bitcoin/std

grind_signatures

    This feature flag does not enable additional features.

no-std

  • hashbrown
  • bitcoin/no-std
  • core2/alloc
  • libm

libm

  • dep:libm

hashbrown

  • dep:hashbrown

backtrace

  • dep:backtrace

regex

  • dep:regex

core2

  • dep:core2

criterion

  • dep:criterion

max_level_error

    This feature flag does not enable additional features.

max_level_warn

    This feature flag does not enable additional features.

max_level_info

    This feature flag does not enable additional features.

max_level_trace

    This feature flag does not enable additional features.

max_level_off

    This feature flag does not enable additional features.

max_level_debug

    This feature flag does not enable additional features.

unsafe_revoked_tx_signing

    This feature flag does not enable additional features.