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 render.rs and k8s.rs can continue to
// use `super::stateful::DatabaseEngine` / `super::stateful::select_env` etc.
pub use tonin_plugin::{
    CacheEngine, CacheSpec, ConfigEngine, ConfigSpec, DatabaseEngine, DatabaseSpec, EmittedEnv,
    ExternalStore, MigrationRunOn, MigrationTool, MigrationsSpec, SecretProvider, SecretsSpec,
    select_env,
};