paddler_types 2.2.0

Open-source LLMOps platform for hosting and scaling AI in your own infrastructure
Documentation
1
2
3
use serde::Serialize;

pub trait RpcMessage: Send + Serialize {}