bitrouter-api 0.22.0

BitRouter API - reusable warp server components for AI model routing
Documentation
1
2
3
4
5
6
7
pub mod router;

#[cfg(any(feature = "mpp-tempo", feature = "mpp-solana"))]
pub mod mpp;

pub mod error;
mod util;