Pure import of lightning-invoice crate
authorSebastian <github@gnet.me>
Wed, 7 Apr 2021 16:48:01 +0000 (12:48 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 9 Apr 2021 14:08:27 +0000 (10:08 -0400)
commitf00bb10a82c122102f712675e6e4523bb5678e2a
tree4e2b55c08886865e34fe8d1a3c965e99ce812bb7
parent3d80d9833962b2e5f6414065e3bbaf6b6465c27a
Pure import of lightning-invoice crate

Original repo: https://github.com/rust-bitcoin/rust-lightning-invoice
15 files changed:
lightning-invoice/.gitignore [new file with mode: 0644]
lightning-invoice/.travis-kcov.sh [new file with mode: 0644]
lightning-invoice/.travis.yml [new file with mode: 0644]
lightning-invoice/Cargo.toml [new file with mode: 0644]
lightning-invoice/LICENSE [new file with mode: 0644]
lightning-invoice/README.md [new file with mode: 0644]
lightning-invoice/fuzz/.gitignore [new file with mode: 0644]
lightning-invoice/fuzz/Cargo.toml [new file with mode: 0644]
lightning-invoice/fuzz/fuzz_targets/serde_data_part.rs [new file with mode: 0644]
lightning-invoice/fuzz/travis-fuzz.sh [new file with mode: 0755]
lightning-invoice/src/de.rs [new file with mode: 0644]
lightning-invoice/src/lib.rs [new file with mode: 0644]
lightning-invoice/src/ser.rs [new file with mode: 0644]
lightning-invoice/src/tb.rs [new file with mode: 0644]
lightning-invoice/tests/ser_de.rs [new file with mode: 0644]