shunt-proxy 0.1.8

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
pub mod cli;
pub mod config;
pub mod forwarder;
pub mod logging;
pub mod monitor;
pub mod oauth;
pub mod proxy;
pub mod quota;
pub mod router;
pub mod state;
pub mod term;