aiway-protocol 0.1.0

The aiway protocol lib
Documentation
1
2
3
4
5
6
7
#[allow(clippy::module_inception)]
mod model;
mod provider;

pub use model::LbStrategy;
pub use model::Model;
pub use provider::Provider;