dapr 0.19.0

Rust SDK for dapr
Documentation
1
2
3
4
5
6
7
8
pub use http::DaprHttpServer;

#[macro_use]
pub mod actor;
pub mod appcallbackalpha;
mod http;
mod models;
pub mod utils;