Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / lightning-invoice / README.md
1 # lightning-invoice
2  [![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/)
3
4 This repo provides data structures for BOLT 11 lightning invoices and
5 functions to parse and serialize these from and to bech32.
6
7 **Please be sure to run the test suite since we need to check assumptions
8 regarding `SystemTime`'s bounds on your platform. You can also call `check_platform`
9 on startup or in your test suite to do so.**