# Kameo Actor for Rust ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2026-01-01]] **URL**:: [tqwewe/kameo](https://github.com/tqwewe/kameo) **Topic**:: [[♯ Rust]] ## Synopsis - Use `tokio::sync::mpsc` as mailbox - Use `tokio::sync::oneshot` for reply - Impl `Message<T>` for each message variant. Messages are wrapped in `Box<dyn>` and is dispatched dynamically. - Integrated [hotpath-rs](https://hotpath.rs/) for performance profiling.