shunt-proxy 0.1.123

A local proxy that pools multiple Claude accounts behind a single endpoint, routing requests to maximise rate limits
Documentation
pub mod cli;
pub mod config;
pub mod credential;
pub mod pricing;
pub mod forwarder;
pub mod live_relay;
pub mod logging;
pub mod monitor;
pub mod notify;
pub mod oauth;
pub mod provider;
pub mod proxy;
pub mod quota;
pub mod translate;
pub mod router;
pub mod state;
pub mod sync;
pub mod telemetry;
pub mod term;
pub mod tunnel;