orleans-rust-client 0.1.0

Rust client bindings for Microsoft Orleans services via an official .NET gRPC bridge.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Code generated from `proto/orleans_bridge.proto` by `tonic-build`.
//!
//! The generated types are re-exported from the crate root where useful; this
//! module exists so the rest of the crate can refer to them through a stable
//! path.
#![allow(missing_docs)]
#![allow(clippy::all, clippy::pedantic)]

pub mod pb {
    tonic::include_proto!("orleans.bridge.v1");
}