tonin 0.7.9

Opinionated Rust microservice framework. Kubernetes-native, mesh-secured, MCP-by-default.
Documentation
1
2
3
4
5
6
7
8
9
10
//! tonin CLI library surface.
//!
//! This crate is the `tonin` CLI binary. It has no runtime API for service
//! authors — use [`tonin-sdk`](https://docs.rs/tonin-sdk) for the framework.
//!
//! The `commands` module is exposed so `src/bin/tonin.rs` can reach it as
//! `tonin::commands`.

#[cfg(feature = "cli")]
pub mod commands;