Registry / other / cln-plugin

cln-plugin

JSON →
library0.7.0rscratesunverified

A CLN plugin library. Write your plugin in Rust for Core Lightning (CLN).

# Cargo.toml [dependencies] cln-plugin = "0.7.0"
INSTALL
IMPORT
SIG · CLN-PLUGIN
C
cln-plugin
otherrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plugin
use cln_plugin::Plugin;

Initializes and starts a Core Lightning plugin.

use cln_plugin::Plugin; fn main() { let mut plugin = Plugin::new(); plugin.start().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
cln-plugin — cargo add cln-plugin · libregistry