gproxy-protocol 3.0.0-alpha.0

GPROXY v3 protocol model: operation taxonomy, wire kinds, and the OperationSpec registry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod async_invoke;
pub mod converse;
pub mod count_tokens;
pub mod models;
mod types;

#[cfg(test)]
mod tests;

pub use async_invoke::*;
pub use converse::*;
pub use count_tokens::*;
pub use models::*;
pub use types::*;