i2pd-exporter 2.2.0

Prometheus exporter for i2pd (C++ via I2PControl). Not for Java I2P.
Documentation
1
2
3
4
5
6
7
8
// I2PControl client module

pub mod client;
pub mod rpc;
pub mod types;

// Re-export commonly used types
pub use client::I2pControlClient;