This repository contains a sequence of craters that are useful to work with core lightning in the Rust programming environment.
These are the complete list of craters supported right now
Crate |
Description |
Version |
clightningrpc-common |
Crate that provides an Generic RPC binding from rust code to the core lightning daemon |
|
clightningrpc |
Crate that provides a strong typed RPC binding from rust code to the core lightning daemon |
|
clightningrpc-plugin |
Crate that provides a plugin API to give the possibility to implement a plugin in Rust |
|
clightningrpc-plugin-macros |
Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin |
|
clightningrpc-conf |
This crate provides configuration manager for core lightning. |
|
clightningrpc-testing |
This crate provides test framework for core lightning (including bitcoin). |
unrelated |
Read our Hacking guide
If you want to support this library, consider donating with the following methods
This library is based on Andrew Poelstra's rust-jsonrpc.