aiway-protocol 0.1.2

The aiway protocol lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # aiway交互协议
//!
#[allow(unused)]
pub mod common;
pub mod context;
#[allow(unused)]
pub mod gateway;
#[cfg(feature = "logg")]
pub mod logg;
#[cfg(feature = "model")]
pub mod model;
mod single;

pub use single::SingleValue as SV;