lnd_rest 0.1.1

Rust wrapper to interact with the REST API of a Lightning Network Daemon node.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# lnd_rest

[![pipeline](https://github.com/zenoxygen/lnd_rest/actions/workflows/ci.yaml/badge.svg)](https://github.com/zenoxygen/lnd_rest/actions/workflows/ci.yaml)
[![crates.io](https://img.shields.io/crates/v/lnd_rest.svg)](https://crates.io/crates/lnd_rest)
[![docs.rs](https://img.shields.io/docsrs/lnd_rest/latest)](https://docs.rs/lnd_rest/)

Rust wrapper to interact with the REST API of a Lightning Network Daemon node.

## Usage

Add to your `Cargo.toml` manifest:

```ini
[dependencies]
lnd_rest = "0.1.1"
```