tonin 0.6.4

Opinionated Rust microservice framework. Kubernetes-native, mesh-secured, MCP-by-default.
Documentation
1
2
3
4
5
6
7
// Re-exported from tonin-plugin so the rest of the CLI codegen module
// can continue to use `super::plan::Plan` / `super::plan::Mesh` etc.
// without import changes.
pub use tonin_plugin::{
    CURRENT_SCHEMA, ClientSpec, Error, Mesh, MethodCacheSpec, Plan, RECOMMENDED_CLI_MIN,
    SUPPORTED_SCHEMAS, ServiceKind, ServiceRef, WebMode,
};