rostrum 14.0.1

An efficient implementation of Electrum Server with token support
Documentation
1
2
3
4
5
6
use prometheus::{HistogramVec, IntGauge};

pub struct RpcStats {
    pub latency: HistogramVec,
    pub subscriptions: IntGauge,
}