mesh-llm-protocol 0.68.0

Mesh LLM wire protocol types, constants, and frame helpers
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

pub mod proto;
pub mod protocol;

pub use protocol::*;