An async RPC client for Core Lightning (CLN).
# Cargo.toml
[dependencies]
cln-rpc = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Core Lightning node via RPC.
Add `tokio = { version = "1", features = ["full"] }` to Cargo.toml and use #[tokio::main].No dependency data recorded yet.