gproxy-transform 2.3.0

Pairwise request/response/stream transforms between the OpenAI, Anthropic Claude, and Google Gemini APIs
Documentation
1
2
3
4
5
6
7
8
9
10
//! GPROXY provider protocol transforms.
//!
//! The nested `transform` module preserves the pre-split module paths. The root
//! re-exports keep the crate ergonomic for direct users.

pub use gproxy_protocol as protocol;

pub mod transform;

pub use transform::*;