shunt-proxy 0.1.45

A local proxy that pools multiple Claude accounts behind a single endpoint, routing requests to maximise rate limits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod cli;
pub mod config;
pub mod pricing;
pub mod forwarder;
pub mod logging;
pub mod monitor;
pub mod notify;
pub mod oauth;
pub mod provider;
pub mod proxy;
pub mod quota;
pub mod remote;
pub mod router;
pub mod state;
pub mod sync;
pub mod term;