lnd_rest 0.3.0

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
//! # lnd_rest
//!
//! Rust wrapper to interact with the REST API of a Lightning Network Daemon node.
//!
//! ## Usage
//!
//! Add package to your `Cargo.toml` manifest:
//!
//! ```
//! cargo add lnd_rest
//! ```

pub mod node;
pub mod types;