latency-buckets
Streaming histogram + percentile estimator for LLM call latencies. 30 log-scale buckets, O(1) record, p50/p90/p95/p99 in microseconds.
use Histogram;
use Duration;
let mut h = new;
h.record;
let p95 = h.percentile;
Zero deps. MIT or Apache-2.0.